How to test chrome extensions?
Posted
by swampsjohn
on Stack Overflow
See other posts from Stack Overflow
or by swampsjohn
Published on 2010-05-19T22:12:46Z
Indexed on
2010/05/24
20:01 UTC
Read the original article
Hit count: 170
Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tools, frameworks, etc. that I can use to test this behavior? I realize there are some generic tools for testing javascript, but are those sufficiently power to test an extension? Unit testing is most important, but I'm also interested in other types of testing (such as integration testing).
© Stack Overflow or respective owner