0
0
Fork 0
salix-front-mindshore-fork2/cypress.json

16 lines
521 B
JSON
Raw Normal View History

2022-03-11 13:05:16 +00:00
{
"baseUrl": "http://localhost:8080/",
"fixturesFolder": "tests/cypress/fixtures",
"integrationFolder": "tests/cypress/integration",
"pluginsFile": "tests/cypress/plugins/index.js",
"screenshotsFolder": "tests/cypress/screenshots",
"supportFile": "tests/cypress/support/index.js",
"videosFolder": "tests/cypress/videos",
2022-03-11 13:05:16 +00:00
"video": true,
"component": {
"componentFolder": "src",
"testFiles": "**/*.spec.js",
"supportFile": "tests/cypress/support/unit.js"
2022-03-11 13:05:16 +00:00
}
}