Project

General

Profile

Feature #66

Updated by koszko about 2 years ago

It seems problematic to test software that is meant to run as a browser extension - and it indeed is, especially when it comes to testing stuff that uses WebExtension APIs, not to mention inter-context messaging. messsaging. However, there are some ways of testing code in-browser and we can always come up with our own ones. It is also not impossible to mock an environment with sites to inject scripts to (by meddling with `/etc/hosts` or employing an HTTP proxy).

Creativity wanted

Back