Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

548
Views
Configure multiple project files in Stryker.Net test

I have a Stryker test with this stryker-config.json:

{
  "stryker-config": {
    "reporters": [
      "progress",
      "html",
      "json"
    ],
    "log-level": "info",
    "log-file": true,
    "timeout-ms": 10000,
    "project-file": "Eb.MarketFeed.Domain.csproj",
    "max-concurrent-test-runners": 4,
    "threshold-high": 80,
    "threshold-low": 70,
    "threshold-break": 60
  }
}

My test .csproj file contains two project references though:

<ProjectReference Include="..\..\src\Eb.MarketFeed.Domain\Eb.MarketFeed.Domain.csproj" />
<ProjectReference Include="..\..\src\Eb.MarketFeed.Decoders\Eb.MarketFeed.Decoders.csproj" />

Is there any way I can edit my stryker-config.json to include both?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

No, unfortunately there's no way currently.

You'll basically need to run mutation testing subsequently against both projects. Remember you can keep most of the config file, just pass the specific project to the Stryker command line using -p/--project-file option, so it will look like dotnet stryker --config-file-path PATH --project-file PROJECT.

Alternatively, if you have a solution, you can look into ideas in this discussion. Basically it's either unstable or you'll require some manual scripting.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!