Project

General

Profile

« Previous | Next » 

Revision ad69f9c8

Added by koszko over 1 year ago

add support for testing with other browsers (especially Abrowser and Librewolf)

There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed.

View differences:

Makefile.in
16 16
VPATH = <<VPATH>>
17 17

  
18 18
version = <<VERSION>>
19
PYTEST = <<PYTEST>>
19 20
extension_files = background/ common/ content/ html/ licenses/ \
20 21
        copyright default_settings.json manifest.json
21 22

  
......
70 71
		 -subj "/CN=Haketilo Test"
71 72

  
72 73
test: test/certs/rootCA.pem test/certs/site.key $(default_target)-build.zip
73
	MOZ_HEADLESS=whatever pytest
74
	MOZ_HEADLESS=whatever $(PYTEST)
74 75

  
75 76
test-environment: test/certs/rootCA.pem test/certs/site.key
76 77
	python3 -m test

Also available in: Unified diff