docs: update README.md to reflect changes from Cypress to Playwright for end-to-end testing

This commit is contained in:
yubintw
2025-03-18 23:30:54 +08:00
parent a84687681d
commit ca12654443

View File

@@ -56,11 +56,16 @@ cd frontend
npm run dev npm run dev
``` ```
Visit Visit <http://localhost:5173>
<http://localhost:5173>
### Run cypress test ### Run playwright test
```bash ```bash
npm run cy:test npm run test:e2e
```
show playwright report
```bash
npx playwright show-report
``` ```