added command for updating Playwright browsers

This commit is contained in:
luth1um 2024-08-10 15:08:13 +02:00
parent 5a5f05a098
commit 915ac59e2a
No known key found for this signature in database
GPG key ID: B6BA4532B9F44DE8

View file

@ -17,6 +17,7 @@ The usual commands for React projects also apply here.
- `yarn e2e` for running end-to-end tests
- `yarn e2e-ui` for running end-to-end tests in the UI mode of Playwright
- `yarn e2e-update-snapshots` for updating the end-to-end test snapshots
- `yarn playwright install` for installing/updating the browsers for Playwright
- `yarn build` to build the app for production
- `yarn deploy` for deployment on GitHub Pages