Skip to content

Commit

Permalink
chore/review better explaination for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidITGuy committed Feb 17, 2023
1 parent a321651 commit ec1308c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ For more details and documentation, please visit [https://CapRover.com](https://
### e2e
e2e testing are nocking the network callback.
However, you need to run the front office before running the e2e testing.
to run end to end testing you just have to run `yarn start` then `yarn test:e2e` or `yarn test:e2e--open` if you want to display the result.
However, you need to run the project before running the e2e testing to allow the headless browser to navigate through your pages.
To run end to end testing you just have to run `yarn start` then `yarn test:e2e` or `yarn test:e2e--open` if you want to display the result.
## Backers
Thank you to all our backers! 🙏
Expand Down

0 comments on commit ec1308c

Please sign in to comment.