From efe3136c6e230765858d00e508c6b5e352ea4aad Mon Sep 17 00:00:00 2001 From: Hasan <57855533+hasan-py@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:44:06 +0600 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index e63458a..53970bb 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ [![Alt text](https://img.youtube.com/vi/dTC-8ib-QEM/hqdefault.jpg)](https://www.youtube.com/watch?v=dTC-8ib-QEM) -# Project: Cypress Full Stack E2E Testing +# Project: Playwright Full Stack E2E Testing ###### A game review app. Discover expert insights, user ratings, and engaging discussions on your favorite games. Stay updated, make informed choices, and join the vibrant gaming community today @@ -42,18 +42,18 @@ After finishing the installation you're good to run the project by `npm start` -##### Run cypress +##### Run Playwright  Goto the client folder and hit the command -`npm run cy` +`npm run e2e:ui` This command will open the ui, You can run the code on there For running all the test in headless way: -`npm cypress run` +`npm run e2e` --- -##### Build with ❤️ by Hasan \ No newline at end of file +##### Build with ❤️ by Hasan