Open
Description
In order to determine which test classes/methods to include or exclude in a custom testng.xml configuration, the current process requires looking at the HTML report, then searching for the same description in the log to determine the class/method.
This task is to simplify that process by including the pass
|fail
status of each test in the results log.