An open API service indexing awesome lists of open source software.

https://github.com/japa/runner

Standalone test runner built on top of japa core
https://github.com/japa/runner

runner tests-runner

Last synced: 2 months ago
JSON representation

Standalone test runner built on top of japa core

Awesome Lists containing this project

README

          

# @japa/runner
> A simple yet powerful testing framework for Node.js

[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]

Japa comes with everything you need to test your backend applications. Be it writing JSON API tests using an Open API schema or writing browser tests using Playwright.

Unlike other testing frameworks born out of the frontend ecosystem, Japa focuses only on testing backend applications and libraries. Therefore, Japa is **simpler**, **faster**, and **bloatware free**.

Japa

#### 💁 Please visit https://japa.dev for documentation




![](https://raw.githubusercontent.com/thetutlage/static/main/sponsorkit/sponsors.png)

[github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/runner/checks.yml?style=for-the-badge "github-actions"

[github-actions-url]: https://github.com/japa/runner/actions/workflows/checks.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"