You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/tests/cypress/config/demo.json

21 lines
530 B

{
"$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"
}
}