Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
Description
My TestNG listener outputs a lot of information in each of onTestXYZ method - when used with Maven and Surefire, it prints a lot of stuff, but using Gradle only what is printed by onFinish method is being printed. Weird, isn't it?
To see it not working please see a project here: https://github.com/tomekkaczanowski/gradle_1009
The output from the listener is not seen anywhere, not on the console nor in the reports. I was able to reproduce this problem with M3->M7
Issue Links
- Duplicates
-
GRADLE-1252
output of TestNG listeners is not visible
-
- Related to
-
GRADLE-2524
JAVA PLUGIN - test task - Setting of logger (using java.util.logging) is reset to defaults inside the test method (using TestNG)
-