After the test run is completed, the result can be automatically graphically evaluated on the build server.
JUnit tabular evaluation
Tabular overview of all test cases
successfully executed
skipped
faulty
not present
duration
JUnit time evaluation
Temporal progression of executed test cases
successfully executed
skipped
faulty
duration
Cobertura evaluation marked in code
Determination and display of test coverage
The following information is revealed:
Instruction executed (green)
Instruction skipped (red)
How often was the instruction executed
Calculation of coverage in %
Blocks
Methods
Instructions