mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 23:20:24 -05:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"video": false,
|
|
"testFiles": "**/*.spec.{js,jsx}",
|
|
"viewportWidth": 500,
|
|
"viewportHeight": 800,
|
|
"experimentalFetchPolyfill": true,
|
|
"componentFolder": "cypress/components",
|
|
"env": {
|
|
"coverage": true
|
|
}
|
|
} |