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
- Host: GitHub
- URL: https://github.com/japa/runner
- Owner: japa
- License: mit
- Created: 2022-01-07T10:16:37.000Z (almost 4 years ago)
- Default Branch: 4.x
- Last Pushed: 2025-01-28T18:37:06.000Z (11 months ago)
- Last Synced: 2025-04-13T15:03:55.621Z (8 months ago)
- Topics: runner, tests-runner
- Language: TypeScript
- Homepage:
- Size: 789 KB
- Stars: 479
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

[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"