Skip to content

noman93/Web-Automation-Cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published