The What During Selenium test execution, i want to store a screenshot of what is displayed in the browser to understand in what conditions the test ran.
TestNG custom listeners: ITestListener
When running TestNG tests, one could want to perform some common actions – after each test has finished successfully, after each failed test, after each skipped test, or after all the tests have finished running, no matter their result. To apply such a common behavior to a group of tests, a custom listener can be… Read More