Replies: 2 comments 4 replies
|
Mutants can be exported as json with the json reporter. Doesn't that fit your needs? |
1 reply
|
What kind of format are you expecting ? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm conducting research that requires access to muted files and analyze them. As far as I know mutants are kept in-memory.
Here's my question:
Is there a way to dump these in-memory mutants into a file format suitable for analysis?
I'm open to exploring alternative approaches as well. If modifying the source code to facilitate mutant export is an option, I'd be happy to contribute with some guidance.
I appreciate any insights or suggestions you might have.
All reactions