string[]
[<rootDir>]
An array of directories, config files, or glob patterns that define multiple test projects.
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.
It should be noted that project configuration does not inherit root configuration. If there is shared configuration between your sub-projects, you can extract the shared configuration and import it in the sub-project: