Currently, documentation around using Stryker (and the VS Code plugin) in monorepos is very limited. Users working with tools like Nx or other monorepo setups may have multiple projects, often with different test frameworks and separate Stryker configurations.
This lack of guidance makes it unclear how to structure configs and use the VS Code plugin effectively across multiple projects.
I want to provide clear documentation on how to use Stryker in a monorepo, including:
- Using multiple stryker.conf.* files per project
- Recommended project structure
- How the VS Code plugin works with multi-root workspaces
- How to share or extend configuration across projects
- Use of a .code-workspace file
- How to override the settings of the vscode plugin.
And optionally include an example repo or snippet.
Currently, documentation around using Stryker (and the VS Code plugin) in monorepos is very limited. Users working with tools like Nx or other monorepo setups may have multiple projects, often with different test frameworks and separate Stryker configurations.
This lack of guidance makes it unclear how to structure configs and use the VS Code plugin effectively across multiple projects.
I want to provide clear documentation on how to use Stryker in a monorepo, including:
And optionally include an example repo or snippet.