Study case for My Skill course for Javascript API Automation Test (Modul 11) in myskill.id.
Dependencies :
To run this repo
- Clone this repository
git clone https://github.com/takai-sama/Myskill-Apitest-JS/
- Open the folder with VS Code
- Install npm with
npm install
- Run mocha test
npm run test {path/to/file}.js
- to generate report with mochawesome
npx mocha --spec {path/to/file}.js --reporter mochawesome
