* Removed saveQuery method part for query * login from env variables Co-authored-by: Nandan Anantharamu <Nandan@thinkify.com> Co-authored-by: Hetu Nandu <hetunandu@gmail.com> Co-authored-by: Arpit Mohan <me@arpitmohan.com>
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"baseUrl": "https://dev.appsmith.com/",
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 21000,
|
|
"pageLoadTimeout": 20000,
|
|
"video": false,
|
|
"reporter": "mochawesome",
|
|
"reporterOptions": {
|
|
"reportDir": "results",
|
|
"overwrite": false,
|
|
"html": true,
|
|
"json": false
|
|
},
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1400,
|
|
"env": {
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
}
|