From e1a211f9afc535065665d5951c7b45d202b63d2e Mon Sep 17 00:00:00 2001 From: Branden Jones Date: Thu, 25 Apr 2024 13:22:56 -0400 Subject: [PATCH] readme updated --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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!**