开发者

Chrome extension testing

开发者 https://www.devze.com 2023-03-12 03:22 出处:网络
Does anyone have experience with Chrome exte开发者_StackOverflownsion testing? For example: I want to create an extension that uses the

Does anyone have experience with Chrome exte开发者_StackOverflownsion testing?

For example:

I want to create an extension that uses the popup browser action, and automate a test case that checks the behavior of the popup when clicked.[chromium issue]

Perhaps you could use selenium (it would be really great if this is possible).


Have you considered using a general purpose GUI-testing tool? If you are looking for a free, basic solution, check out Sikuli. There is a bunch of similar tools out there.


I've gotten some mileage using protractor to navigate to the url for the popup and running tests on it as if it were a regular page.

0

精彩评论

暂无评论...
验证码 换一张
取 消