Also modifying the Gitlab CI to use local Nginx for proxying to API backend while running Cypress tests.
15 lines
297 B
JSON
15 lines
297 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
|
|
}
|
|
}
|