This repo is the source code reference for case study Cypress Automation API (Modul 12) with Javascript in myskill.id QA course.
Dependency:
How to run this repo
- Clone this repo with
git clone https://github.com/takai-sama/Myskill-Apitest-Cypress
- Open the directory
cd Myskill-Apitest-Cypress
- Install npm and cypress
npm install cypress --save-dev
- Run test with cypress
npm run test
- When this window display, select E2E test

- select existing browser, Start E2E testing


