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

https://github.com/web-infra-dev/rstest

The testing framework powered by Rspack (WIP).
https://github.com/web-infra-dev/rstest

rsbuild rstack rstest test test-tools testing testing-framework

Last synced: 12 days ago
JSON representation

The testing framework powered by Rspack (WIP).

Awesome Lists containing this project

README

          

Rstest Banner

# Rstest


discord channel
npm version
downloads
node version
license
Ask DeepWiki

Rstest is a testing framework powered by Rspack. It delivers comprehensive, first-class support for the Rspack ecosystem, enabling seamless integration into existing Rspack-based projects.

Rstest offers full Jest-compatible APIs while providing native, out-of-the-box support for TypeScript, ESM, and more, ensuring a modern and efficient testing experience.

## 📖 Documentation

See [Documentation](https://rstest.rs).

## 🔥 Roadmap

Rstest now supports core testing scenarios including Node.js testing, DOM testing, mocking, multi-project testing, and coverage collection. It is already in active use across the Rstack ecosystem, including projects like Rspack, Rsbuild and Rslib.

The project is currently in active development, and we will continue to refine functionality and enhance the user experience based on community feedback. For future development plans, please refer to the [Rstest Roadmap](https://github.com/web-infra-dev/rstest/issues/85).

## 🦀 Rstack

Rstack is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.

| Name | Description | Version |
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | npm version |
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | npm version |
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | npm version |
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | npm version |
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | npm version |
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | npm version |
| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | npm version |

## 🙏 Credits

Rstest has been inspired by several outstanding projects in the community. We would like to acknowledge and express our sincere gratitude to the following projects:

- Several API design patterns have been influenced by [Jest](https://jestjs.io/) and [Vitest](https://vitest.dev/).
- Some functions in Rstest are referenced from Vitest, such as the `expect`, `expect.poll` and `snapshot` API, etc.

## 📖 License

Rstest is licensed under the [MIT License](https://github.com/web-infra-dev/rstest/blob/main/LICENSE).