Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

59 lines (31 loc) · 1.2 KB

Web Automation in Cypress

This is a complete project where a Demo site is automated by writing test suites using Cypress as testing framework.

Steps

  1. Visit https://katalon-demo-cura.herokuapp.com/
  2. Login
  3. Make an appointment
  4. Facility - Seoul CURA Healthcare Center
  5. Check on "Apply for hospital readmission"
  6. Healthcare Program - Medicaid
  7. Select a visiting date
  8. Add a comment
  9. Book an Appointment
  10. Verify the appointment

Technology and Tool Used

  • Cypress
  • Node Js
  • mochaawesome report
  • VS Code

How to run this project

  • clone this project
  • hit the following command into the terminal:
    • npm init -y
    • npx cypress run ( For headless testing )
    • npx cypress open

Automation report ( mochaawesome generated html report ):

Screenshot 2023-04-05 010835

Video Output:

Login Test report:

LoginTest.cy.js.mp4

Appointment Booking Test report:

AppointmentTest.cy.js.mp4