Skip to content

Commit 078bb40

Browse files
igogoreksseliverstov
authored andcommitted
add URI_LIST attachment type. Use to attach clickable links to steps. (via #168)
1 parent bd648af commit 078bb40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

allure-python-commons/src/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def __init__(self, mime_type, extension):
3838
TEXT = ("text/plain", "txt")
3939
CSV = ("text/csv", "csv")
4040
TSV = ("text/tab-separated-values", "tsv")
41+
URI_LIST = ("text/uri-list", "uri")
4142

4243
HTML = ("application/html", "html")
4344
XML = ("application/xml", "xml")

0 commit comments

Comments
 (0)