Skip to content

feat(commons): markdown attachment type#900

Open
kieran-ryan wants to merge 1 commit intoallure-framework:masterfrom
kieran-ryan:feat/markdown-attachment-type
Open

feat(commons): markdown attachment type#900
kieran-ryan wants to merge 1 commit intoallure-framework:masterfrom
kieran-ryan:feat/markdown-attachment-type

Conversation

@kieran-ryan
Copy link
Copy Markdown
Contributor

@kieran-ryan kieran-ryan commented Mar 28, 2026

Context

Provides an attachment type for markdown files.

import allure

def test_function():
    allure.attach.file(
        source="file.md",
        attachment_type=allure.attachment_type.MARKDOWN,
    )

Checklist

@kieran-ryan kieran-ryan changed the title feat: markdown attachment type feat(commons): markdown attachment type Apr 5, 2026
@kieran-ryan kieran-ryan force-pushed the feat/markdown-attachment-type branch from cc06787 to c70a8e9 Compare May 4, 2026 11:10
@kieran-ryan kieran-ryan force-pushed the feat/markdown-attachment-type branch from c70a8e9 to 0756210 Compare May 4, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant