I've a Java play application that has multiple modules. Each module has a set of test classes under the respective test folders. When I run the "activator test" command from the root folder the test cases get executed with verbose output. However what I'm interested is to get a concise report of all test cases that passed and failed.
Something like
Module 1: Passed: Total 10, Failed 0, Errors 0, Passed 10
Module 2: Passed: Total 20, Failed 0, Errors 1, Passed 19
....
Module N: Passed: Total 5, Failed 1, Errors 0, Passed 4
Is this possible?
Thanks, Sachin
Aucun commentaire:
Enregistrer un commentaire