From ca1265444366ab3aaa3c8f58f9f47c0416d132ff Mon Sep 17 00:00:00 2001 From: yubintw Date: Tue, 18 Mar 2025 23:30:54 +0800 Subject: [PATCH] docs: update README.md to reflect changes from Cypress to Playwright for end-to-end testing --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 ```