Skip to content

Commit 7269d19

Browse files
jakehoskinssseliverstov
authored andcommitted
add pcap MIME type for report attachments (fixes #179 via #180)
1 parent 6ce4dbd commit 7269d19

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
@@ -44,6 +44,7 @@ def __init__(self, mime_type, extension):
4444
XML = ("application/xml", "xml")
4545
JSON = ("application/json", "json")
4646
YAML = ("application/yaml", "yaml")
47+
PCAP = ("application/vnd.tcpdump.pcap", "pcap")
4748

4849
PNG = ("image/png", "png")
4950
JPG = ("image/jpg", "jpg")

0 commit comments

Comments
 (0)