Chrome extension testing

前端 未结 2 1132
独厮守ぢ
独厮守ぢ 2020-12-29 11:20

Does anyone have experience with Chrome extension testing?

For example:

I want to create an extension that uses the popup browser action, an

2条回答
  •  悲&欢浪女
    2020-12-29 12:07

    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.

提交回复
热议问题