https://github.com/japa/core
The core of Japa. It includes all the primitives to build a test runner
https://github.com/japa/core
test-framework test-runners testing
Last synced: 9 months ago
JSON representation
The core of Japa. It includes all the primitives to build a test runner
- Host: GitHub
- URL: https://github.com/japa/core
- Owner: japa
- License: mit
- Created: 2017-01-15T09:36:11.000Z (about 9 years ago)
- Default Branch: 10.x
- Last Pushed: 2025-03-16T18:23:22.000Z (10 months ago)
- Last Synced: 2025-04-11T06:17:35.847Z (10 months ago)
- Topics: test-framework, test-runners, testing
- Language: TypeScript
- Homepage: https://japa.dev
- Size: 3.22 MB
- Stars: 392
- Watchers: 5
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @japa/core
> The core of the Japa tests runners
[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
This repo contains the code for the core of the japa tests runner. You can use it create your tests runner, just like `@japa/runner`.
You can view the documentation on [https://japa.dev](https://japa.dev)
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/japa/core/checks.yml?style=for-the-badge
[github-actions-url]: https://github.com/japa/core/actions/workflows/checks.yml "github-actions"
[npm-image]: https://img.shields.io/npm/v/@japa/core.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@japa/core "npm"
[license-image]: https://img.shields.io/npm/l/@japa/core?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"
