diff --git a/frontend/README.md b/frontend/README.md index d4b3b63d..522d8a38 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -52,11 +52,18 @@ npm run test:unit ### Run End-to-End Tests with [Playwright](https://playwright.dev) ```sh +cd frontend + # Install browsers for the first run npx playwright install +# On Ubuntu, you can also use +npx playwright install --with-deps +# to additionally install the dependencies. # When testing on CI, must build the project first +cd .. npm run build +cd frontend # Runs the end-to-end tests npm run test:e2e