diff --git a/README.md b/README.md index f8811cc..9f99aaa 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,16 @@ cd frontend npm run dev ``` -Visit - +Visit -### Run cypress test +### Run playwright test ```bash -npm run cy:test +npm run test:e2e +``` + +show playwright report + +```bash +npx playwright show-report ```