API Reference Allure Test Formatter v#0.1.0
View SourceModules
Represents a complete Allure test result. This is the root structure stored in {uuid}-result.json files.
Represents an attachment added to a test or step. The content is stored as a separate file in the results directory.
Represents a label attached to a test or step. Labels can include metadata like tags, severity, owner, epic, feature, story, etc.
Represents a link attached to a test or step.
Represents a parameter attached to a test or step.
Represents detailed information about the test or step status.
Represents a test step or sub-step. Steps can be nested and contain the same metadata as test results.
AllureTestFormatter is an ExUnit formatter that generates Allure test results.