mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 00:59:47 -06:00
20 lines
642 B
JSON
20 lines
642 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-ct",
|
|
"only-covered": "only-covered src/App.js src/calc.js src/Child.js",
|
|
"test": "node ../../../../scripts/cypress run-ct"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "file:../../dist",
|
|
"check-code-coverage": "1.9.2",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"react-scripts": "3.4.1"
|
|
}
|
|
}
|