javascript - Unit Testing Chrome Extensions? -


this question has answer here:

what best way unit test google chrome extension?

i need unit test various javascript functions , content-scripts on websites designed for, automate user input on webpages content script injected into.

is there anyway can automate testing process?

if asking unit testing, same other javascript code. remember unit tests should small possible , shouldn't touch (they can mock) external api. if asking integration testing, different matter.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -