thegreenwebfoundation / web-extension

The Green Web Addon based on Web Extensions
http://www.thegreenwebfoundation.org/browser-apps
MIT License
12 stars 2 forks source link

Add ci testing #4

Open arendjantetteroo opened 6 years ago

arendjantetteroo commented 6 years ago

Possible option: https://www.blazemeter.com/blog/six-easy-steps-testing-your-chrome-extension-selenium

arendjantetteroo commented 6 years ago

https://github.com/apiaryio/chrome-extension-ci

jonathan-s commented 4 years ago

I believe that you should be able to test browser extensions with cypress.io as well. There is a plugin for cypress that allows for that. https://github.com/ejoubaud/cypress-browser-extension-plugin

arendjantetteroo commented 4 years ago

Cool, i've worked with cypress before and really like it. I will try to check that out if i can carve out some time.