Package 

Class AllureReportWriter

  • All Implemented Interfaces:
    com.kaspersky.kaspresso.report.ReportWriter

    
    public final class AllureReportWriter
     implements ReportWriter
                        

    This com.kaspersky.kaspresso.report.ReportWriter processes com.kaspersky.kaspresso.testcases.models.info.TestInfo for generating LogCat logs with <a href="https://docs.qameta.io/allure/#_steps">Allure's steps</a> info JSON.

    I/KASPRESSO: --------------------------------------------------------------------------- I/KASPRESSO: TEST PASSED I/KASPRESSO: --------------------------------------------------------------------------- I/KASPRESSO: #AllureStepsInfoJson#: [{"attachments":[],"name":"My step 1","parameters":[],"stage":"finished","start":1568790287246,"status":"passed", "steps":[],"stop":1568790288184}]

    This logs should be processed by your's tests orchestrator (e.g. <a href="https://github.com/Malinskiy/marathon">Marathon</a>).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Companion
    • Method Summary

      Modifier and Type Method Description
      Unit processTestResults(TestInfo testInfo)
      • Methods inherited from class com.kaspersky.kaspresso.report.ReportWriter

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait