Files
2026-05-27 11:50:02 +02:00

11 lines
148 B
Markdown

Eend to end tests via playwright
to update playwright and chromium:
```
npm install @playwright/test@latest
npx playwright install chromium
```