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

Is there any way to identify unsuccessful tests and error while parsing files without running mutation tests multilpe times #1056

Open
ayush9999-qa opened this issue Jan 5, 2022 · 2 comments

Comments

@ayush9999-qa
Copy link

Summary

Currently we get errors from stryker where it fails to parse certain files and then we exclude it in stryker conf file. Then we again run the tests and it shows the same error with some other files. Similar thing happens with unsuccessful tests as well.

Is there a way where we know about all the failed parsing files and unsuccessful tests in one run rather than multiple runs?

Stryker4s config

Stryker4s environment

stryker4s x.x.x

Your Environment

software version(s)
Scala version
Build tool & version
Operating System
@ayush9999-qa
Copy link
Author

@hugo-vrijswijk , any comments on this?

@hugo-vrijswijk
Copy link
Member

Hi @ayush9999-qa, Stryker4s could be changed to accumulate files that it can't parse or mutate instead of throwing on the first failure, but that can't be done with compile errors or initial test run errors as we can't know what files will give errors before running them

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

No branches or pull requests

2 participants