Files
cypress/npm/react/examples/tailwind/cypress.json
T
2020-10-01 13:54:22 +03:00

12 lines
217 B
JSON

{
"fixturesFolder": false,
"testFiles": "**/*cy-spec.js",
"viewportWidth": 500,
"viewportHeight": 500,
"experimentalComponentTesting": true,
"componentFolder": "src",
"env": {
"coverage": true
}
}