diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index b70ab5e45..80dd557e8 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -22,6 +22,8 @@ async function runTest(testSettings){ 'build': process.env.GIT_HASH, 'extendedDebugging': true, // when possible, enables network.har file and network tab 'capturePerformance': true, // when possible, enables various performance related metrics + 'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER, + 'seleniumVersion': 'name': name, /* As a best practice, set important test metadata and execution options such as build info, tags for reporting, and timeout durations.