Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit af6b1e1

Browse files
committed
Remove Edge browser from SauceLabs Configuration
1 parent 6de858d commit af6b1e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ui/src/karma-saucelabs.conf.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
module.exports = function (config) {
55

66
const customLaunchers = {
7-
'SL_Edge': {
8-
base: 'SauceLabs',
9-
browserName: 'MicrosoftEdge',
10-
//version: '48.0',
11-
platform: 'Windows 10',
12-
timeout: 360,
13-
idleTimeout: 5000,
14-
maxDuration: 1800,
15-
commandTimeout: 600
16-
},
177
'SL_Chrome': {
188
base: 'SauceLabs',
199
browserName: 'chrome',

0 commit comments

Comments
 (0)