We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c64dae commit c07b220Copy full SHA for c07b220
build/karma.sauce.config.js
@@ -73,7 +73,7 @@ module.exports = function (config) {
73
sauceLabs: {
74
testName: 'Vue.js unit tests',
75
recordScreenshots: false,
76
- build: process.env.CIRCLE_BUILD_NUM || Date.now()
+ build: process.env.CIRCLE_BUILD_NUM || process.env.SAUCE_BUILD_ID || Date.now()
77
},
78
// mobile emulators are really slow
79
captureTimeout: 300000,
0 commit comments