Revision c699b640
Added by koszko over 1 year ago
| copyright | ||
|---|---|---|
| 97 | 97 |
License: CC0 |
| 98 | 98 |
|
| 99 | 99 |
Files: test/profiles.py test/script_loader.py test/unit/conftest.py |
| 100 |
test/extension_crafting.py |
|
| 100 | 101 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
| 101 | 102 |
License: GPL-3+ |
| 102 | 103 |
Comment: Wojtek Kosior promises not to sue even in case of violations |
Also available in: Unified diff
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.