Class SimpleReport

java.lang.Object
com.codeborne.selenide.logevents.SimpleReport

@ParametersAreNonnullByDefault public class SimpleReport extends Object
A simple text report of Selenide actions performed during test run.

Class is thread-safe: the same instance of SimpleReport can be reused by different threads simultaneously.

  • Constructor Details

    • SimpleReport

      public SimpleReport()
  • Method Details

    • start

      public void start()
    • finish

      public void finish(String title)
    • clean

      public void clean()