0.1.5 • Published 4 months ago

@iamkenos/iris v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

About

Test API endpoints with Axios & Jest using a collection of custom matchers and built-in utility functions.

Key features:

Requirements

  • NodeJS ≥ 20.10.0 or ≤ LTS

Get Started

You'll need a working knowledge of Jest and Axios to be able to use this library. They have rich documentation so head on over the site and read on if you're not familiar with it yet.

  1. Get it: npm install @iamkenos/iris

  2. Run it: npx iris init and follow the prompt instructions.

  3. Check the results: npm run report

License

ISC

Todo

  • Unit Tests
  • Full documentation
  • Contributing guide