plugins
plugins
plugins is used to register Rsbuild plugins.
Rstest and Rsbuild share the same plugin system, so you can use Rsbuild plugins in Rstest.
Using plugins
You can register Rsbuild plugins in rstest.config.* using the plugins option, see Rsbuild - plugins.
rstest.config.ts
Discover plugins
Check out the Rsbuild plugin list to discover available plugins. These plugins can also be used with Rstest.