diff --git a/README.md b/README.md index 58beeac..7ef9b76 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ You may also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.\ + +This project is using the Jest and React testing libraries. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` @@ -29,6 +31,15 @@ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. +### `npm run cypress` + +Launches the Cypress Launchpad interface for E2E testing and error messages. + +It will automatically reload after changes to files, but + it is recommended to occasionally click the interface refresh button. + +This has been tested mostly using the Chrome Browser. + ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!**