For the purpose of automatically analysing Pitest results am creating a script that go over all HTML reports in the target/pit_reports folder of a project.
This script checks classnames of <p> elements and reports how often it found specific ones (for example KILLED, SURVIVED, TIMED_OUT). This method was tested and is working on my projects.
On the
basic concepts page I found out that the possible Pitest outcomes are killed, lived, no coverage, non viable, timed out, memory error, and run error. However, I am unable to find out what the classnames are for most of them. Is anyone able to list the correct classnames, or point me to the documentation where I can find them?
Thank you for helping!
Kind regards,
Nick