From 057565997cccbd2962e1cfaac593452284eb1e0f Mon Sep 17 00:00:00 2001 From: Arun-Ganesh07 <74291980+Arun-Ganesh07@users.noreply.github.com> Date: Sat, 28 May 2022 20:45:03 -0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86e9964..9e4907a 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,26 @@ https://dog-grooming-api.herokuapp.com/ `PORT:` Port to utilize should the connection to the cloud hosted DB fail 5. Run `npm run dev` to launch. -# CI/CD Steps: +## CI/CD Steps: npm ci npm run build --if-present npm test -# Include CI/CD details +## Include CI/CD details heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: "dog-grooming-api" heroku_email: {"user@gmail.com"} + +## Automated Acceptance Testing + ### `npx cypress open` - UI Protoyping Schema: +Launches the test runner for Cypress API.\ +See the section about [running tests](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Hooks) for more information. + +## UI Protoyping Schema: https://www.figma.com/file/YFBYd05CtpXAUl1H2whxEb/Rush%3A-Web-app-prototyping-kit-(Community)?node-id=102%3A408 -Product Spec Documentation: +## Product Spec Documentation: https://docs.google.com/document/d/1-tYBP6pn_fnwizhPB3ZhvTtMLqb8_aKRsvDxsaNPS-c/edit?usp=sharing # Testing Coverage Reports