docs: update README.md to reflect changes from Cypress to Playwright for end-to-end testing
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user