Skip to content

This Cypress-based automated testing suite for the CURA Healthcare Service website includes tests for user login, creating appointments, and verifying the appointment functionality. It comes with a Mochawesome Report and an automation video.

Notifications You must be signed in to change notification settings

touhid-96/Web-Automation-Using-Cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Automation Using Cypress

Website

https://katalon-demo-cura.herokuapp.com/

Scenario

  • Visit the website
  • Login
  • Make an appointment
  • Select Facility : Hongkong CURA Healthcare Center
  • Check on : Apply for hospital readmission
  • Select Healthcare Program : Medicaid
  • Select a visit Date
  • Add a comment
  • Book an Appointment
  • Verify the appointment

Test case check list based on the Scenerio

  • User login with valid creds
  • User makes and appointment

Technology and Tool Used

  • VS Code
  • JavaScript
  • NodeJS
  • Cypress
  • Cypress Mochawesome Reporter

Prerequisite

  • VS Code
  • NodeJS

How to run this project

  • Clone the project
  • Install Cypress in project directory : npm install cypress
  • Run the project : npx cypress run

Mochawesome Report

Mochawesome Report

Automation Output Video

Login

login.cy.js.mp4

Make Appointment

makeAppointment.cy.js.mp4

About

This Cypress-based automated testing suite for the CURA Healthcare Service website includes tests for user login, creating appointments, and verifying the appointment functionality. It comes with a Mochawesome Report and an automation video.

Topics

Resources

Stars

Watchers

Forks