chore: enable network logging on browserstack

This commit is contained in:
Sefa Ilkimen
2021-07-15 15:34:34 +02:00
parent d077d02062
commit 67c2c733f5
+4 -2
View File
@@ -64,14 +64,16 @@ const configs = {
os_version: '14', os_version: '14',
project: 'HTTP Test App', project: 'HTTP Test App',
autoWebview: true, autoWebview: true,
app: 'HttpTestAppAndroid' app: 'HttpTestAppAndroid',
'browserstack.networkLogs': true
}, },
browserstackAndroidDevice: { browserstackAndroidDevice: {
device: 'Google Nexus 6', device: 'Google Nexus 6',
os_version: '6.0', os_version: '6.0',
project: 'HTTP Test App', project: 'HTTP Test App',
autoWebview: true, autoWebview: true,
app: 'HttpTestAppAndroid' app: 'HttpTestAppAndroid',
'browserstack.networkLogs': true
} }
}; };