Module model

Module model 

Source
Expand description

Allure data model types for test results, steps, attachments, and containers.

Structs§

Attachment
Attachment file reference.
Category
Category definition for defect classification.
FixtureResult
Fixture result (setup or teardown).
Label
Label for categorizing and filtering tests.
Link
External link associated with a test.
Parameter
Test parameter with optional display options.
StatusDetails
Additional status details for test results and steps.
StepResult
Step result within a test.
TestResult
Main test result structure written to {uuid}-result.json.
TestResultContainer
Container for test fixtures (setup/teardown). Written to {uuid}-container.json.

Functions§

current_time_ms
Returns the current time in milliseconds since Unix epoch.