mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-08 07:29:44 -06:00
33 lines
1018 B
JSON
33 lines
1018 B
JSON
{
|
|
"name": "example-react-scripts",
|
|
"description": "Component testing with specs inside the src folder",
|
|
"private": true,
|
|
"scripts": {
|
|
"check-coverage": "check-coverage src/App.js src/calc.js src/Child.js src/services.js src/RemotePizza.js cypress/fixtures/add.js",
|
|
"cy:open": "node ../../../../scripts/cypress open-ct",
|
|
"only-covered": "only-covered src/App.js src/calc.js src/Child.js src/services.js src/RemotePizza.js cypress/fixtures/add.js",
|
|
"start": "react-scripts start",
|
|
"test": "node ../../../../scripts/cypress run-ct"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "file:../../dist",
|
|
"check-code-coverage": "1.9.2",
|
|
"cypress-circleci-reporter": "0.2.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-scripts": "4.0.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|