Skip to content

juannavalonribas/minimal-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☯️ Minimal API testing project using vitest

🧙‍♂️ Greetings

This repository contains a simple showcase of api testing using vitest.

⚙️ Stack

🧪 Run tests

  1. If you are using nvm, you can run the following command to use the project version of node:
nvm use
  1. Install dependencies
npm install
  1. Run component tests
npm run test
  1. Open test html report
npm run test-report

ℹ️ Related projects

API testing using 🎭Playwright

About

Minimal showcase of API testing using Vitest

Topics

Resources

Stars

Watchers

Forks