Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Stryker Mutation Test Solution
Stryker Mutation Test Solution

Stryker Mutation Test Solution

Rafael Nascimento

|
18 installs
| (0) | Free
Allows you to run Stryker Mutation tests for a .NET solution in azure pipelines
Get it free

Stryker Mutation Test Solution

Allows you to run Stryker mutation tests for a .NET Solution in azure pipelines.

Usage

Add a new task, select Stryker Mutation Test Solution from the Test category and configure it as needed.

Stryker Mutation Test Solution

Parameters include:

  • Config File Path: Path to Stryker .NET Solution configuration file. Click here to read more
  • Dotnet Stryker Version: .NET Stryker Version.

Stryker Mutation Test Config

Also, its possible to configure directly to Azure Pipeline YAML:

- task: stryker-solution-test@1
  displayName: Mutation Tests
  inputs:
    configFilePath: 'tests/stryker-multi-project-config.json'
    dotnetStrykerVersion: '2.1.2'

Release notes

New in 1.0.8

  • Runs Stryker .NET Mutation tests for all configured projects;

Related Links

  • Stryker Dotnet Solution Repository
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft