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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -