mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 06:40:56 -06:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
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",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-scripts": "4.0.2"
|
|
},
|
|
"homepage": "/fake-to-avoid-regression-https://github.com/cypress-io/cypress/issues/15811",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|