-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25eccbf
commit 0575659
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: {"[email protected]"} | ||
## 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 | ||
|