19 lines
448 B
JSON
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
|
|
}
|
|
} |