mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-20 14:11:12 -05:00
9c642369fc
* Remove useless code * Add code-coverage to reacr devDependencies * Remove react/support imports * Remove some useless code from @cypress/react * Cleanup vue * Make it works :) * Fix react errors * Fix next.js react example Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"viewportWidth": 400,
|
|
"viewportHeight": 400,
|
|
"video": false,
|
|
"projectId": "z9dxah",
|
|
"testFiles": "**/*spec.{js,jsx,ts,tsx}",
|
|
"env": {
|
|
"reactDevtools": true
|
|
},
|
|
"ignoreTestFiles": [
|
|
"**/__snapshots__/*",
|
|
"**/__image_snapshots__/*"
|
|
],
|
|
"experimentalComponentTesting": true,
|
|
"experimentalFetchPolyfill": true
|
|
}
|