Project

General

Profile

« Previous | Next » 

Revision c699b640

Added by koszko over 1 year ago

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.

View differences:

test/misc_constants.py
41 41

  
42 42
default_cert_dir = here / 'certs'
43 43

  
44
default_extension_uuid = 'a1291446-be95-48ad-a4c6-a475e389399b'
45
default_haketilo_id = '{6fe13369-88e9-440f-b837-5012fb3bedec}'
46

  
44 47
mime_types = {
45 48
	"7z": "application/x-7z-compressed",	"oga": "audio/ogg",
46 49
	"abw": "application/x-abiword",		"ogv": "video/ogg",

Also available in: Unified diff