We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce4dbd commit 7269d19Copy full SHA for 7269d19
allure-python-commons/src/types.py
@@ -44,6 +44,7 @@ def __init__(self, mime_type, extension):
44
XML = ("application/xml", "xml")
45
JSON = ("application/json", "json")
46
YAML = ("application/yaml", "yaml")
47
+ PCAP = ("application/vnd.tcpdump.pcap", "pcap")
48
49
PNG = ("image/png", "png")
50
JPG = ("image/jpg", "jpg")
0 commit comments