Files
cypress/npm/react/examples/find-webpack/cypress.json
Lachlan Miller 03481703c9 fix(cypress/react): add default webpack config path (#16813)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-06-04 11:29:45 -05:00

14 lines
223 B
JSON

{
"video": true,
"projectId": "jq5xpp",
"component": {
"testFiles": "**/*.spec.{js,ts,jsx,tsx}",
"componentFolder": "src"
},
"env": {
"cypress-react-selector": {
"root": "#__cy_root"
}
}
}