Update AGENTS.md (#1278)

This commit is contained in:
Bart Louwers
2025-07-10 06:07:00 +02:00
committed by GitHub
parent c1fde6f749
commit b2fa703ceb

View File

@@ -27,7 +27,7 @@ npm run build
To run the tests make sure that xvfb is installed: To run the tests make sure that xvfb is installed:
``` ```
apt run xvfb apt install xvfb
``` ```
Run the development server in the background with Vite: Run the development server in the background with Vite:
@@ -41,3 +41,7 @@ Then start the Cypress tests with:
``` ```
xvfb-run -a npm run test xvfb-run -a npm run test
``` ```
## Pull Requests
- Pull requests should update `CHANGELOG.md` with a short description of the change.