mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-22 15:10:05 -06:00
18 lines
559 B
JSON
18 lines
559 B
JSON
{
|
|
"name": "example-react-scripts-folder",
|
|
"version": "1.0.0",
|
|
"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:../../dist",
|
|
"check-code-coverage": "1.9.2",
|
|
"react-scripts": "3.4.1"
|
|
}
|
|
}
|