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