This repository contains a simple showcase of api testing using vitest.
- Node v21.7.1
- Vitest
- Pokeapi
- If you are using nvm, you can run the following command to use the project version of node:
nvm use
- Install dependencies
npm install
- Run component tests
npm run test
- Open test html report
npm run test-report