Skip to content

Commit

Permalink
Update packages and remove SauceLabs integration
Browse files Browse the repository at this point in the history
This updates most of modules in packages.json and removes SauceLabs from
karma config.
  • Loading branch information
bacher09 committed Nov 25, 2023
1 parent dc3a8cb commit 3fafde8
Show file tree
Hide file tree
Showing 3 changed files with 6,772 additions and 7,059 deletions.
21 changes: 1 addition & 20 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ const path = require("path");
module.exports = function(config) {

var customLaunchers = {
sl_safari_7: {
base: "SauceLabs",
browserName: "safari",
platform: "OS X 10.12",
version: "11.0"
},
sl_edge_13: {
base: "SauceLabs",
browserName: 'MicrosoftEdge',
platform: 'Windows 10',
version: '18.17763'
},
ChromeHeadlessTravis: {
base: "ChromeHeadless",
flags: ['--no-sandbox']
Expand Down Expand Up @@ -59,13 +47,7 @@ module.exports = function(config) {
mime: {
'text/x-typescript': ['ts', 'tsx']
},
sauceLabs: {
testName: "Bios-pw Unit tests",
retryLimit: 2,
recordVideo: false,
recordScreenshots: false
},
reporters: ["progress", "saucelabs", "coverage-istanbul"],
reporters: ["progress", "coverage-istanbul"],
coverageIstanbulReporter: {
reports: ['text', 'text-summary', "lcovonly"],
dir: path.join(__dirname, "coverage"),
Expand All @@ -80,7 +62,6 @@ module.exports = function(config) {
'karma-jasmine',
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-sauce-launcher',
'karma-webpack',
'karma-coverage-istanbul-reporter'
]
Expand Down
Loading

0 comments on commit 3fafde8

Please sign in to comment.