From 4172e98b4acd1008dccae21cdf5e33fea45fabba Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <89779148+kludge7@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:26:37 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4e3ab17..d23011b 100644 --- a/README.md +++ b/README.md @@ -40,20 +40,13 @@ npm run test:unit ## Run End-to-End Tests with [Cypress](https://www.cypress.io/) -```sh -npm run test:e2e:dev -``` - -This runs the end-to-end tests against the Vite development server. -It is much faster than the production build. - -But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments): - ```sh npm run build npm run test:e2e ``` +Rememeber that the backend application needs to be running for this to work. + # Common Issues and Troubleshooting ## Issues with the Backend Server