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 c51f20b commit ac6c426Copy full SHA for ac6c426
karma.conf.js
@@ -67,7 +67,7 @@ function configureSauceLabs(config) {
67
if (username && accessKey && jobNumber <= 1) {
68
var project = require('./package.json');
69
var testName = project.name + ' v' + project.version;
70
- var build = testName + ' @ ' + new Date();
+ var build = testName + ' Build #' + process.env.TRAVIS_JOB_NUMBER + ' @ ' + new Date();
71
72
config.sauceLabs = {
73
build: build,
0 commit comments