| 1 |
{ |
| 2 |
"baseUrl": "http://localhost:8889", |
| 3 |
"fileServerFolder": "tests/cypress", |
| 4 |
"fixturesFolder": "tests/cypress/fixtures", |
| 5 |
"integrationFolder": "tests/cypress/integration", |
| 6 |
"pluginsFile": "tests/cypress/plugins/index.js", |
| 7 |
"screenshotsFolder": "tests/cypress/screenshots", |
| 8 |
"supportFile": "tests/cypress/support/index.js", |
| 9 |
"videosFolder": "tests/cypress/videos" |
| 10 |
} |