Note
Looking for help? We’ve got you covered! ❤️
Path to the sqlite report, positional argument
Filename for the report (only for supported reporters). Defaults to <timestamp>.<extension>
Where to store report (defaults to ‘.’)
Create Patches relative to this directory (defaults to git-project-root if available, else absolute path will be used)
Choose reporters:
Prints compiler-like warnings into stdout
Saves results into an SQLite database
Generates mutation-testing-elements compatible JSON file
Generates patch file for each mutation
Print GithubAnnotations for mutants
Makes IDEReporter to also report killed mutations (disabled by default)
Do not treat mutants surviving as an error
If mutation score falls under this threshold, and allow-surviving is not enabled, an error result code is returned
Does not capture output from test runs
Does not capture output from mutant runs
Combines -no-test-output and -no-mutant-output
Enables Debug Mode: more logs are printed
Enables Strict Mode: all warning messages are treated as fatal errors