Skip to content

feat(commons): markdown attachment type#900

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

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

Conversation

@kieran-ryan

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

Copy link
Copy Markdown
Contributor

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 2 times, most recently from c70a8e9 to 0756210 Compare May 4, 2026 11:12
@kieran-ryan kieran-ryan force-pushed the feat/markdown-attachment-type branch from 0756210 to 74ee315 Compare July 11, 2026 23:09
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