reportportal / agent-java-testNG

TestNG listener
Apache License 2.0
54 stars 20 forks source link

Failed Test cases screenshot #162

Closed GopalSawant closed 3 years ago

GopalSawant commented 3 years ago

How to implement listeners on failed test cases. or how to attach screenshot to report portal. Does report portal internally do that

HardNorth commented 3 years ago

Please look into examples: https://github.com/reportportal/examples-java/blob/master/example-testng-logback/src/main/java/com/epam/reportportal/example/testng/logback/extension/ScreenshotOnFailureTestExtension.java

GopalSawant commented 3 years ago

Hi, Thanks for the quick response. how to implement same in framework as you will have multiple classes , and in your example everything is at one place. Can I make different class like listeners and every failed test case from other class will call automatically onfail

HardNorth commented 3 years ago

@GopalSawant We do not provide Test Automation consulting in general.