Class GlobalTextReport

java.lang.Object
com.codeborne.selenide.testng.TextReport
com.codeborne.selenide.testng.GlobalTextReport
All Implemented Interfaces:
org.testng.IInvokedMethodListener, org.testng.ITestNGListener

@Deprecated @ParametersAreNonnullByDefault public class GlobalTextReport extends TextReport
Deprecated.
This class works exactly the same as TextReport since Selenide 6.7.0 - just use TextReport instead.
Reports for every test method in the suite Annotate any test class in your suite with @Listeners({GlobalTextReport.class})
Since:
Selenide 3.6
  • Constructor Details

    • GlobalTextReport

      public GlobalTextReport()
      Deprecated.