From c699b6409e98fe64a70417a18b6e335b4c60f86d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 13 Dec 2021 17:58:29 +0100 Subject: facilitate creating and installing WebExtensions during tests It is now possible to more conveniently test WebExtension APIs code by wrapping it into a test WebExtension and temporarily installing in the driven browser. --- test/misc_constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/misc_constants.py') diff --git a/test/misc_constants.py b/test/misc_constants.py index 22432a6..b3e9e32 100644 --- a/test/misc_constants.py +++ b/test/misc_constants.py @@ -41,6 +41,9 @@ default_proxy_port = 1337 default_cert_dir = here / 'certs' +default_extension_uuid = 'a1291446-be95-48ad-a4c6-a475e389399b' +default_haketilo_id = '{6fe13369-88e9-440f-b837-5012fb3bedec}' + mime_types = { "7z": "application/x-7z-compressed", "oga": "audio/ogg", "abw": "application/x-abiword", "ogv": "video/ogg", -- cgit v1.2.3