Skip to content

Commit 24bfde4

Browse files
committed
add capabilities to protractor config
1 parent 7bd3193 commit 24bfde4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/templates/protractor.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ var config = {
3232
// and
3333
// https://code.google.com/p/selenium/source/browse/javascript/webdriver/capabilities.js
3434
capabilities: {
35-
'browserName': 'chrome'
35+
'browserName': 'chrome',
36+
'name': 'Fullstack E2E',
37+
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
38+
'build': process.env.TRAVIS_BUILD_NUMBER
3639
},
3740

3841
// ----- The test framework -----

0 commit comments

Comments
 (0)