From 67c2c733f534a270fe241bf8a4e64b20eef2fdd7 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Thu, 15 Jul 2021 15:34:34 +0200 Subject: [PATCH] chore: enable network logging on browserstack --- test/e2e-tooling/caps.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/e2e-tooling/caps.js b/test/e2e-tooling/caps.js index bb07ee3..7b5c4e9 100644 --- a/test/e2e-tooling/caps.js +++ b/test/e2e-tooling/caps.js @@ -64,14 +64,16 @@ const configs = { os_version: '14', project: 'HTTP Test App', autoWebview: true, - app: 'HttpTestAppAndroid' + app: 'HttpTestAppAndroid', + 'browserstack.networkLogs': true }, browserstackAndroidDevice: { device: 'Google Nexus 6', os_version: '6.0', project: 'HTTP Test App', autoWebview: true, - app: 'HttpTestAppAndroid' + app: 'HttpTestAppAndroid', + 'browserstack.networkLogs': true } };