What is the best way to unit test a Google Chrome extension?
I need to unit test various JavaScript functions and content-scripts on the websites they were designed for, as well as automate user input on the webpages my content script are injected into.
Is there anyway I can automate this testing process?