Context
Automated testing tools, e.g., Selenium, Cypress, Puppeteer, and Playwright are invaluable for cross browser web application testing. There's limited support for them for testing browser extensions
There are mocks (e.g,. jest-chrome) for unit testing, but these don't capture the complexity of extension communication and browser quirks
Automated cross-browser testing will be valuable for checking the progress of the browsers vs. this w3c group's proposals.
Request
I don't have a clear recommendation for what's needed here. My goal is to get the conversation kicked off (with people more knowledgable than me!) On the PixieBrix project, we're just now trying to set up our cross-browser browser automated testing infrastructure
I suspect there's needs to be some mix of:
- Exposing new APIs: e.g., for error detection, for adjusting permissions without user interaction, etc.
- The extension community contributing to the automated testing tool projects (code and documentation)
- Providing examples/documentation of testing different features across browsers
Related context:
Context
Automated testing tools, e.g., Selenium, Cypress, Puppeteer, and Playwright are invaluable for cross browser web application testing. There's limited support for them for testing browser extensions
There are mocks (e.g,. jest-chrome) for unit testing, but these don't capture the complexity of extension communication and browser quirks
Automated cross-browser testing will be valuable for checking the progress of the browsers vs. this w3c group's proposals.
Request
I don't have a clear recommendation for what's needed here. My goal is to get the conversation kicked off (with people more knowledgable than me!) On the PixieBrix project, we're just now trying to set up our cross-browser browser automated testing infrastructure
I suspect there's needs to be some mix of:
Related context: