reportportal / agent-java-testNG

TestNG listener
Apache License 2.0
54 stars 20 forks source link

ItemID should not be null #84

Closed Zahorodnii closed 4 years ago

Zahorodnii commented 4 years ago

If test failed in TestNG listener or extended listeners and main @Test will not start, then we have java.lang.NullPointerException: ItemID should not be null exception.

RP 5.0.0 TestNG Agent 5 beta 9 Log4j2 5 beta 9

HardNorth commented 4 years ago

I would say this is expected. If there is a bug in a listener, then please report it.