webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Add unit tests #83

Closed miketaylr closed 6 years ago

miketaylr commented 6 years ago

At the very least, we should add tests around manifest.json creation.

miketaylr commented 6 years ago

It should also be possible to do functional tests via selenium:

https://sites.google.com/a/chromium.org/chromedriver/extensions https://github.com/mozilla/geckodriver/pull/711/files

But that seems like way more work... probably a follow up bug. 😴