docs(frontend): Testen uitvoeren

This commit is contained in:
Tibo De Peuter 2025-04-14 09:01:25 +02:00
parent f80f4d48a1
commit 0154af4de8
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -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