-
Notifications
You must be signed in to change notification settings - Fork 353
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
Surefire integration #173
Comments
Initial integration added.
Excluded tests will be added to any defined in the pitest config. Included / excluded groups will only be read if none are defined in pitest config. Rationale is that mutation testing might be limited to different groups, but additional exclusions of individual tests might be made when mutation testing. |
Plz can you reference the commits to watch the integration? |
Closing it because it's done. |
Configuration currently needs to be duplicated between surefire and pitest (e.g excluded tests, jvm arguments).
It should be possible to read the surefire config and determine equivalent pitest configuration.
The text was updated successfully, but these errors were encountered: