I'm trying to test my chrome-extension using cypress.io
I installed https://github.com/ejoubaud/cypress-browser-extension-plugin
context('visit extension', () => {
beforeEach(() => {
cy.visit('chrome-extension://fmnignchafknmcleldmndpkfkdohnngn/dashboard.html')
})
it('does nothing', () => {
assert(true);
});
});
it doesn't work. page reads:
Sorry, we could not load: chrome-extension://fmnignchafknmcleldmndpkfkdohnngn/dashboard.html