Files
Oxicloud/tests/e2e/README.md
T

11 lines
148 B
Markdown
Raw Normal View History

2026-05-11 00:50:39 +02:00
Eend to end tests via playwright
to update playwright and chromium:
```
npm install @playwright/test@latest
npx playwright install chromium
```