You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
Your Environment
The text was updated successfully, but these errors were encountered: