- Ensure you have Node.js installed on. You can download it from Node.js Official Website.
- Clone the repository: https://github.com/desdwyatma/exercise.
- Go to project root directory (
exercise
), typenpm install
to install all dependencies.
For Windows users, you can execute the test cases by running the following command:
npm run test-api
Alternatively, if you want to run specific tests, you can use:
npm run test-api -- "--grep" "@available-tagging"
The test cases for this script are available here.