# @japa/plugin-adonisjs

<br />

[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]

## Introduction

The `@japa/plugin-adonisjs` is a plugin to test AdonisJS applications with Japa. It contributes AdonisJS specific methods and properties with the [APIClient](https://japa.dev/docs/plugins/api-client), [BrowserClient](https://japa.dev/docs/plugins/browser-client), and the [TestContext](https://japa.dev/docs/test-context).

## Official Documentation

The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/testing/introduction)

## Contributing

One of the primary goals of Japa is to have a vibrant community of users and contributors who believes in the principles of the framework.

We encourage you to read the [contribution guide](https://github.com/japa/.github/blob/main/docs/CONTRIBUTING.md) before contributing to Japa.

## Code of Conduct

In order to ensure that the Japa community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/japa/.github/blob/main/docs/CODE_OF_CONDUCT.md).

## License

Japa Plugin AdonisJS is open-sourced software licensed under the [MIT license](LICENSE.md).

[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/japa/plugin-adonisjs/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/japa/plugin-adonisjs/actions/workflows/checks.yml 'Github action'
[npm-image]: https://img.shields.io/npm/v/@japa/plugin-adonisjs/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@japa/plugin-adonisjs/v/latest 'npm'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/japa/plugin-adonisjs?style=for-the-badge
