Skip to content

Commit 67c2c73

Browse files
committed
chore: enable network logging on browserstack
1 parent d077d02 commit 67c2c73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/e2e-tooling/caps.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ const configs = {
6464
os_version: '14',
6565
project: 'HTTP Test App',
6666
autoWebview: true,
67-
app: 'HttpTestAppAndroid'
67+
app: 'HttpTestAppAndroid',
68+
'browserstack.networkLogs': true
6869
},
6970
browserstackAndroidDevice: {
7071
device: 'Google Nexus 6',
7172
os_version: '6.0',
7273
project: 'HTTP Test App',
7374
autoWebview: true,
74-
app: 'HttpTestAppAndroid'
75+
app: 'HttpTestAppAndroid',
76+
'browserstack.networkLogs': true
7577
}
7678
};
7779

0 commit comments

Comments
 (0)