* Added tests for Oauth and Stubbed tests * updated tests * test updated * updated DS tests * review comments incorporated * flag removed * postinvite stubbed * intercept req added and chromewebsecurity flag added * Update app/client/cypress/support/commands.js * updated header request Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com> Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"baseUrl": "https://dev.appsmith.com/",
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 21000,
|
|
"pageLoadTimeout": 20000,
|
|
"video": true,
|
|
"reporter": "mochawesome",
|
|
"reporterOptions": {
|
|
"reportDir": "results",
|
|
"overwrite": false,
|
|
"html": true,
|
|
"json": false
|
|
},
|
|
"chromeWebSecurity": false,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1400,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
} |