Files
core/cypress.json
T
2021-06-11 16:15:08 +02:00

9 lines
301 B
JSON

{
"integrationFolder": "tests/cypress/integration",
"pluginsFile": "tests/cypress/plugins/index.js",
"screenshotsFolder": "tests/cypress/screenshots",
"videosFolder": "tests/cypress/videos",
"supportFile": "tests/cypress/support/index.js",
"baseUrl": "http://127.0.0.1:8088"
}