Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b08427d

Browse files
committed
chore(travis): add some more info for BrowserStack sessions
1 parent ffd075b commit b08427d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

karma-shared.conf.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ module.exports = function(config, specificOptions) {
1717

1818
// BrowserStack config for Travis CI
1919
browserStack: {
20-
startTunnel: false
20+
startTunnel: false,
21+
project: 'AngularJS',
22+
name: specificOptions.testName,
23+
build: process.env.TRAVIS_BUILD_NUMBER
2124
},
2225

2326
// For more browsers on Sauce Labs see:

0 commit comments

Comments
 (0)