Files
super-app/app/BrowserStackConfig.json
2020-05-15 12:38:09 +05:30

19 lines
448 B
JSON

{
"e2e": {
"devices": ["Google Pixel-8.0"],
"app": "APPURL",
"deviceLogs": true,
"networkLogs": true,
"testSuite": "TESTURL",
"annotation": ["com.naviapp.E2ETest"]
},
"mockServer": {
"devices": ["Google Pixel-8.0"],
"app": "APPURL",
"deviceLogs": true,
"networkLogs": true,
"testSuite": "TESTURL",
"annotation": ["com.naviappmockserver.MockServerTest1"],
"allowDeviceMockServer": true
}
}