mirror of
https://github.com/Ombi-app/Ombi.git
synced 2024-11-23 05:50:09 -08:00
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
|
"supportFile": "cypress/support/index.ts",
|
|
"baseUrl": "https://app.ombi.io/",
|
|
"integrationFolder": "cypress/tests",
|
|
"testFiles": "**/*.spec.ts*",
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 1
|
|
},
|
|
"watchForFileChanges": true,
|
|
"chromeWebSecurity": false,
|
|
"viewportWidth": 2880,
|
|
"viewportHeight": 2160,
|
|
"ignoreTestFiles": ["**/snapshots/*"],
|
|
"env": {
|
|
"username": "beta",
|
|
"password": "beta"
|
|
}
|
|
}
|