Package com.codeborne.selenide.testng
package com.codeborne.selenide.testng
Selenide integration with TestNG
-
ClassesClassDescriptionAnnotate your test class with
@Listeners({ BrowserPerClass.class})Annotate your test class with@Listeners({ BrowserPerTest.class})Deprecated.Annotate your test class with@Listeners({ ScreenShooter.class})Annotate your test class with@Listeners({ SoftAsserts.class})Reports for all method of annotated class in the suite.
TextReportsince Selenide 6.7.0 - just useTextReportinstead.