We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd3193 commit 24bfde4Copy full SHA for 24bfde4
app/templates/protractor.conf.js
@@ -32,7 +32,10 @@ var config = {
32
// and
33
// https://code.google.com/p/selenium/source/browse/javascript/webdriver/capabilities.js
34
capabilities: {
35
- 'browserName': 'chrome'
+ 'browserName': 'chrome',
36
+ 'name': 'Fullstack E2E',
37
+ 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
38
+ 'build': process.env.TRAVIS_BUILD_NUMBER
39
},
40
41
// ----- The test framework -----
0 commit comments