forked from verdnatura/salix-front
16 lines
521 B
JSON
16 lines
521 B
JSON
{
|
|
"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",
|
|
"video": true,
|
|
"component": {
|
|
"componentFolder": "src",
|
|
"testFiles": "**/*.spec.js",
|
|
"supportFile": "tests/cypress/support/unit.js"
|
|
}
|
|
}
|