stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.74k stars 177 forks source link

feat: Parse stryker-config.yml and stryker-config.yaml by default #2954

Open rmg-x opened 3 weeks ago

rmg-x commented 3 weeks ago

Fixes #2830

This PR adds support for parsing "stryker-config.yml" and "stryker-config.yaml" as default configuration files. Eliminates the need to pass those files in each time.

Needed to add the "Collection" attribute to some tests so that they don't run in parallel and affect each other by setting/getting the default directory.