Skip to content

Commit 0a4c07a

Browse files
authored
Merge pull request #21 from stacktracejs/ew/update-deps
Update all dependencies
2 parents 4262a52 + be456fd commit 0a4c07a

5 files changed

Lines changed: 11208 additions & 2021 deletions

File tree

dist/stack-generator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/stack-generator.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

karma.conf.ci.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ module.exports = function(config) {
6565
'x-ua-compatible': 'IE=EmulateIE8'
6666
}
6767
};
68-
6968
config.set({
7069
basePath: '',
70+
concurrency: 3,
7171
frameworks: ['jasmine'],
7272
files: [
7373
'node_modules/stackframe/dist/stackframe.js',
@@ -78,20 +78,20 @@ module.exports = function(config) {
7878
],
7979
exclude: [],
8080
port: 9876,
81-
colors: true,
81+
colors: false,
8282
logLevel: config.LOG_INFO,
83-
autoWatch: true,
83+
autoWatch: false,
8484
browserDisconnectTimeout: 10000,
8585
browserDisconnectTolerance: 1,
8686
browserNoActivityTimeout: 240000,
8787
captureTimeout: 240000,
8888
sauceLabs: {
8989
testName: 'stack-generator unit tests',
90+
commandTimeout: 600,
91+
idleTimeout: 600,
9092
recordScreenshots: false,
91-
connectOptions: {
92-
port: 5757,
93-
logfile: 'sauce_connect.log'
94-
}
93+
recordVideo: false,
94+
retryLimit: 3
9595
},
9696
customLaunchers: customLaunchers,
9797
browsers: Object.keys(customLaunchers),

0 commit comments

Comments
 (0)