Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-py authored Nov 3, 2024
1 parent 6ee4a1b commit efe3136
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
##### Build with ❤️ by Hasan

0 comments on commit efe3136

Please sign in to comment.