From ec1308c72de9036e4eaea26df09f7aec5321b07a Mon Sep 17 00:00:00 2001 From: Simon Belbeoch Date: Fri, 17 Feb 2023 15:12:26 +0100 Subject: [PATCH] chore/review better explaination for e2e testing --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee413efb..b0bd5f97 100644 --- a/README.md +++ b/README.md @@ -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! 🙏