[<rootDir>]
Define multiple test projects. It can be an array of directories, configuration files, or glob patterns, or an object.
Rstest will run the tests for each project according to the configuration defined in each project, and the test results from all projects will be combined and displayed.
You can filter the specified projects to run by using the --project option.
If there is no projects
field, rstest
will treat current directory as a single project.
reporters
, pool
, and isolate
are not valid in a project configuration.projects
does not support nesting.rstest
supports configuring projects inline in the projects
field. This lets you define multiple test projects in a single root without creating separate config files for each test project.