Skip to content

Commit

Permalink
chore: Updating README.md file with cypress instructions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
shameerrehman authored Aug 22, 2023
1 parent 3244f65 commit 30ca7fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ $ yarn install
```bash
$ yarn run start:demo
```
This will watch for changes and automatically reload when you make changes in both Angular and the demo app under `projects/demo`.
This will watch for changes and automatically reload when you make changes in both Angular and the demo app under `projects/demo`.

### Running E2E Tests With Cypress
After running the steps above, you will have access to the Cypress test suite. To run Cypress locally, run the following command in your terminal
```
$ yarn cypress open
```
Choose E2E Testing, and select a browser to start running the Specs

0 comments on commit 30ca7fd

Please sign in to comment.