This is a complete project where a Demo site is automated by writing test suites using Cypress as testing framework.
- Visit https://katalon-demo-cura.herokuapp.com/
- Login
- Make an appointment
- Facility - Seoul CURA Healthcare Center
- Check on "Apply for hospital readmission"
- Healthcare Program - Medicaid
- Select a visiting date
- Add a comment
- Book an Appointment
- Verify the appointment
- Cypress
- Node Js
- mochaawesome report
- VS Code
- clone this project
- hit the following command into the terminal:
- npm init -y
- npx cypress run ( For headless testing )
- npx cypress open