From 151765e76f3bca339402cf9772852a3a2d3fdff9 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sat, 14 Nov 2020 20:39:34 +0100 Subject: [PATCH] selenium: capturePerformance:true --- tests/frontend/travis/remote_runner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index cf30e80b0..9108a10ac 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -21,6 +21,7 @@ async function runTest(testSettings){ 'accessKey': process.env.SAUCE_ACCESS_KEY, 'build': process.env.GIT_HASH, 'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER, + 'capturePerformance': true, 'name': name, /* As a best practice, set important test metadata and execution options such as build info, tags for reporting, and timeout durations.