Class AllureExecutionListener

  • All Implemented Interfaces:
    AttachmentListener, ExecutionListener

    @Component("tapirAllureExecutionListener")
    @Order(7000)
    public class AllureExecutionListener
    extends java.lang.Object
    implements ExecutionListener, AttachmentListener
    This listener converts the tapir execution model into the Allure model and delegates all execution events to the Allure lifecycle component. It handles also incoming attachments and makes sure that they are available in the Allure report.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>