Package com.codeborne.selenide.testng
package com.codeborne.selenide.testng
Selenide integration with TestNG
-
ClassDescriptionAnnotate your test class with
@Listeners({ BrowserPerClass.class})
Annotate your test class with@Listeners({ BrowserPerTest.class})
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.