mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-23 08:50:20 -05:00
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"fixturesFolder": false,
|
|
"testFiles": "**/*cy-spec.js",
|
|
"viewportWidth": 500,
|
|
"viewportHeight": 500,
|
|
"experimentalComponentTesting": true,
|
|
"componentFolder": "src",
|
|
"env": {
|
|
"coverage": true
|
|
}
|
|
}
|