mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 16:09:32 -06:00
17 lines
532 B
JSON
17 lines
532 B
JSON
{
|
|
"name": "example-react-scripts-folder",
|
|
"description": "Handles component tests from cypress folder",
|
|
"private": true,
|
|
"scripts": {
|
|
"check-coverage": "check-coverage src/App.js src/calc.js src/Child.js",
|
|
"cy:open": "node ../../../../scripts/cypress open",
|
|
"only-covered": "only-covered src/App.js src/calc.js src/Child.js",
|
|
"test": "node ../../../../scripts/cypress run"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "file:../..",
|
|
"check-code-coverage": "1.9.2",
|
|
"react-scripts": "3.4.1"
|
|
}
|
|
}
|