Skip to content

Commit ac6c426

Browse files
More informative build names in Sauce Labs
1 parent c51f20b commit ac6c426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function configureSauceLabs(config) {
6767
if (username && accessKey && jobNumber <= 1) {
6868
var project = require('./package.json');
6969
var testName = project.name + ' v' + project.version;
70-
var build = testName + ' @ ' + new Date();
70+
var build = testName + ' Build #' + process.env.TRAVIS_JOB_NUMBER + ' @ ' + new Date();
7171

7272
config.sauceLabs = {
7373
build: build,

0 commit comments

Comments
 (0)