Skip to content

takai-sama/Myskill-Apitest-JS

Repository files navigation

Myskill-API-Test

Study case for My Skill course for Javascript API Automation Test (Modul 11) in myskill.id.

Dependencies :

  • chai : 4.3.6
  • mocha: 10.0.0
  • mochawesome: 7.1.3
  • supertest : 6.2.4
  • To run this repo

    1. Clone this repository
    git clone https://github.com/takai-sama/Myskill-Apitest-JS/
    
    1. Open the folder with VS Code
    2. Install npm with
    npm install
    
    1. Run mocha test
    npm run test {path/to/file}.js
    
    1. to generate report with mochawesome
    npx mocha --spec {path/to/file}.js --reporter mochawesome
    

    Output

    image

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published