Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 582 Bytes

You can run this project using the following steps:

  1. Clone this project to your local computer
  2. Run npm install
  3. Run npx cypress open
  4. After the cypress launchpad has opened, click on E2E Testing
  5. Chose your preferred browser
  6. After the browser has opened, click on the add-customer.feature file
  7. Now you can see the result

Or you can run using cmd after step number 2 above:

  1. Run npx cypress run --record --key 06c58b33-0fcd-4888-ba8d-d6a5fc2c0ab4
  2. Check the result
  3. And you also can see the recorded video on the folder /cypress/videos