Expand description
Allure data model types for test results, steps, attachments, and containers.
Structs§
- Attachment
- Attachment file reference.
- Category
- Category definition for defect classification.
- Fixture
Result - 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.
- Status
Details - Additional status details for test results and steps.
- Step
Result - Step result within a test.
- Test
Result - Main test result structure written to
{uuid}-result.json. - Test
Result Container - Container for test fixtures (setup/teardown).
Written to
{uuid}-container.json.
Functions§
- current_
time_ ms - Returns the current time in milliseconds since Unix epoch.