Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmg-x
Copy link

@rmg-x rmg-x commented Jun 9, 2024

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.

- Add "inputs" param to XML documentation comment
- Add tests for config file precedence
- Use xUnit collection for sequential running in certain tests to avoid "Directory.(Get,Set)CurrentDirectory" collisions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add stryker-config.yml as default as well
1 participant