I started using Gradle with TestNG and got the tests run in parallel. My issue is with the test logs, during parallel execution of the tests. The result logs are getting jumbled showing one test’s logs in another test log report. Is there a way to group the logs based on test case?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Output per test Case | 0 | 337 | June 13, 2018 | |
TestNG failures not (always) being reported | 9 | 746 | July 10, 2012 | |
How can I separate TestNG test execution according to Java packages? | 1 | 989 | January 12, 2012 | |
Parallel test execution support for Gradle Test Logger Plugin | 0 | 1001 | December 1, 2017 | |
How did Gradle regarding listing tests to be run with TestNG? | 0 | 703 | July 15, 2014 |