How to unit 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/23 1:40 UTC
Read the original article Hit count: 268

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?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about google-chrome