mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 23:49:05 -06:00
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"testFiles": "**/*cy-spec.js",
|
|
"viewportWidth": 500,
|
|
"viewportHeight": 800,
|
|
"experimentalComponentTesting": true,
|
|
"experimentalFetchPolyfill": true,
|
|
"componentFolder": "src"
|
|
}
|