【发布时间】:2026-01-25 06:55:01
【问题描述】:
我正在尝试使用 cypress.io 测试我的 chrome 扩展
我安装了https://github.com/ejoubaud/cypress-browser-extension-plugin
context('visit extension', () => {
beforeEach(() => {
cy.visit('chrome-extension://fmnignchafknmcleldmndpkfkdohnngn/dashboard.html')
})
it('does nothing', () => {
assert(true);
});
});
它不起作用。页面内容:
Sorry, we could not load: chrome-extension://fmnignchafknmcleldmndpkfkdohnngn/dashboard.html
【问题讨论】:
标签: cypress end-to-end