5227115f05
* Add Clients tests and fix notification message * Remove TODO message * Add waits and refactor * Refactor and fix tests in realm settings * Fix lint * Refactor, fix tests and add stability * Refactor and stabilize tests * Stabilize tests * Fix Realm settings event test and stabilize * Set confirmModal to always force click * Add force click and wait * Fix masthead test * Modify cypress.json * Modify realm dropdown selector * Revert hook changes
17 lines
448 B
JSON
17 lines
448 B
JSON
{
|
|
"screenshotsFolder": "assets/screenshots",
|
|
"videosFolder": "assets/videos",
|
|
"baseUrl": "http://localhost:8080",
|
|
"chromeWebSecurity": false,
|
|
"viewportWidth": 1360,
|
|
"viewportHeight": 768,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
},
|
|
"defaultCommandTimeout": 30000,
|
|
"slowTestThreshold": 30000,
|
|
"videoCompression": false,
|
|
"numTestsKeptInMemory": 30,
|
|
"videoUploadOnPasses": false
|
|
}
|