summaryrefslogtreecommitdiff
path: root/test/misc_constants.py
AgeCommit message (Collapse)Author
2022-02-16fix out-of-source buildsWojtek Kosior
2022-02-16improve the build systemWojtek Kosior
2022-01-31add support for testing with other browsers (especially Abrowser and Librewolf)Wojtek Kosior
There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed.
2022-01-04fix license promise typoWojtek Kosior
2022-01-03facilitate testing extension's HTML filesWojtek Kosior
2021-12-13facilitate creating and installing WebExtensions during testsWojtek Kosior
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.
2021-11-27add Selenium- and Python-based test systemWojtek Kosior