mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
E2E testing enhancements (#2408)
* Local testing with docker * Docs on e2e testing * `bash` callback after docker * Add a TL;DR in the CONTRIBUTING section * Local e2e testing with modified files * Remove the N.B. from the README * Fixed a fixme in e2e doc
This commit is contained in:
committed by
Dan Abramov
parent
c22c8b3007
commit
1f91848d51
@@ -5,6 +5,7 @@
|
||||
"changelog": "lerna-changelog",
|
||||
"create-react-app": "tasks/cra.sh",
|
||||
"e2e": "tasks/e2e-simple.sh",
|
||||
"e2e:docker": "tasks/local-test.sh",
|
||||
"postinstall": "lerna bootstrap && cd packages/react-error-overlay/ && npm run build:prod",
|
||||
"publish": "tasks/release.sh",
|
||||
"start": "node packages/react-scripts/scripts/start.js",
|
||||
|
||||
Reference in New Issue
Block a user