Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.47 KB

File metadata and controls

59 lines (36 loc) · 1.47 KB

Web-Automation-With-Cypress-Mocha-Framework

This repository consists of web automation where I have done some steps to automate the website using Cypress, and JavaScript and finally created a report using Mocha awesome report generator.

Tools and Tech

  • JavaScript
  • Vs Code
  • Cypress
  • Chai Mocha
  • Mocha Awsome report

Assigned Work Scenario

  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

How to run this project

  • Clone This project
  • open the cloned project in vs code
  • Type npm install in Terminal and Hit Enter
  • Then Hit the following command in terminal
 npx cypress run
  

Mochawesome Report

mocha report

Project Demonstration

Login

Login.mp4

Make Appointment

Make.Appointment.mp4

Run the whole project at once

Web-Automation-With-Cypress-Mocha-Framework.mp4