/api-bench

a typescript framework meant to performance test anything even remotely rest-like

Primary LanguageTypeScriptMIT LicenseMIT

@idrinth/api-bench

Coverage Status Codacy Badge

This is the repository for the API test framework, it's documentation website and other related tooling.

Project parts

Documentation

You can find the documentation on the Documentation Website.

Roadmap

Help me decide what to focus on: Survey

Setup

To get your project ready for development you need to run the following commands in order:

  • git clone https://github.com/idrinth/api-bench
  • cd api-bench
  • npm run setup

Further information about contributing is available in the contribution guidelines on the website and in the markdown file.