mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 16:19:55 -06:00
Co-authored-by: Дмитрий Коваленко <dmitrijkovalenko@Dmitrijs-MacBook-Pro.local> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"video": false,
|
|
"testFiles": "**/*.spec.{js,jsx}",
|
|
"viewportWidth": 500,
|
|
"viewportHeight": 800,
|
|
"experimentalComponentTesting": true,
|
|
"experimentalFetchPolyfill": true,
|
|
"componentFolder": "cypress/components",
|
|
"env": {
|
|
"coverage": true
|
|
}
|
|
}
|