mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02:00
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# @japa/runner
|
|
> An API first tests runner for Node.js
|
|
|
|
[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
|
|
|
|
Japa is an API first testing framework. It focuses only on testing Node.js (backend) applications, thus resulting in a fast, small, and a simple tests runner.
|
|
|
|
#### 💁 Please visit https://japa.dev for documentation
|
|
|
|
<br />
|
|
<hr>
|
|
|
|

|
|
|
|
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/runner/test.yml?style=for-the-badge "github-actions"
|
|
|
|
[github-actions-url]: https://github.com/japa/runner/actions/workflows/test.yml
|
|
|
|
[npm-image]: https://img.shields.io/npm/v/@japa/runner.svg?style=for-the-badge&logo=npm
|
|
[npm-url]: https://npmjs.org/package/@japa/runner "npm"
|
|
|
|
[license-image]: https://img.shields.io/npm/l/@japa/runner?color=blueviolet&style=for-the-badge
|
|
[license-url]: LICENSE.md "license"
|
|
|
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
[typescript-url]: "typescript"
|