Files
super-app/app/BrowserStackConfig.json

16 lines
339 B
JSON
Raw Normal View History

{
"e2e": {
2022-02-23 21:14:27 +05:30
"devices": ["Samsung Galaxy S21-11.0"],
"app": "APPURL",
"deviceLogs": true,
"networkLogs": true,
"testSuite": "TESTURL",
2020-05-20 16:32:27 +05:30
"gpsLocation": "12.9329983,77.61441",
"timezone": "Kolkata",
"project": "E2ETest",
2021-12-29 12:26:15 +05:30
"numShards": 2,
"shardIndex": 0,
"annotation": ["com.naviapp.E2ETest"]
}
}