mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-15 11:40:07 -06:00
15 lines
544 B
JSON
15 lines
544 B
JSON
{
|
|
"name": "example-react-scripts-folder",
|
|
"description": "Handles component tests from cypress folder",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "../../node_modules/.bin/cypress-expect run --min-passing 5",
|
|
"cy:open": "../../node_modules/.bin/cypress open",
|
|
"check-coverage": "../../node_modules/.bin/check-coverage src/App.js src/calc.js src/Child.js",
|
|
"only-covered": "../../node_modules/.bin/only-covered src/App.js src/calc.js src/Child.js"
|
|
},
|
|
"devDependencies": {
|
|
"cypress-react-unit-test": "file:../.."
|
|
}
|
|
}
|