We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530faa commit c79105aCopy full SHA for c79105a
1 file changed
karma.sl.config.js
@@ -8,11 +8,11 @@ module.exports = (config) => {
8
sauceLabs: {
9
testName: 'api-endpoint-documentation',
10
},
11
- // client: {
12
- // mocha: {
13
- // timeout : 6000
14
- // }
15
+ client: {
+ mocha: {
+ timeout : 15000
+ }
16
});
17
// if you want to change default browsers
18
slConfig.browsers = [
@@ -22,7 +22,7 @@ module.exports = (config) => {
22
'SL_Firefox-1',
23
'SL_Safari',
24
'SL_Safari-1',
25
- // 'SL_EDGE'
+ 'SL_EDGE'
26
];
27
config.set(merge(createBaseConfig(config), slConfig));
28
return config;
0 commit comments