UI tests can now be colocated where they make more sense. The filename must start with ui_test_ and end with .js to be picked up by cypress.
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"baseUrl": "http://test_site_ui:8000",
|
|
"projectId": "92odwv",
|
|
"adminPassword": "admin",
|
|
"defaultCommandTimeout": 20000,
|
|
"pageLoadTimeout": 15000,
|
|
"video": true,
|
|
"videoUploadOnPasses": false,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 2
|
|
},
|
|
"integrationFolder": ".",
|
|
"testFiles": ["cypress/integration/*.js", "**/ui_test_*.js"]
|
|
}
|