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 a092819 commit aebb32aCopy full SHA for aebb32a
seleniumbase/fixtures/base_case.py
@@ -12372,12 +12372,14 @@ def __add_pytest_html_extra(self):
12372
extra_url = {}
12373
extra_url["name"] = "URL"
12374
extra_url["format"] = "url"
12375
+ extra_url["format_type"] = "url"
12376
extra_url["content"] = self.get_current_url()
12377
extra_url["mime_type"] = None
12378
extra_url["extension"] = None
12379
extra_image = {}
12380
extra_image["name"] = "Screenshot"
12381
extra_image["format"] = "image"
12382
+ extra_image["format_type"] = "image"
12383
extra_image["content"] = self.__last_page_screenshot
12384
extra_image["mime_type"] = "image/png"
12385
extra_image["extension"] = "png"
0 commit comments