All Classes and Interfaces
Class
Description
Annotate your test class with
@Listeners({ BrowserPerClass.class})Annotate your test class with
@Listeners({ BrowserPerTest.class})Deprecated.
Deprecated.
This annotation is ignored since Selenide 6.7.0
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.