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