Package Exports
- @web/test-runner-chrome
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@web/test-runner-chrome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Web Test Runner Chrome
Browser launcher for @web/test-runner. Looks for a locally installed instance of Chrome, and controls it using puppeteer-core. This avoids the postinstall step of puppeteer or playwright, speeding up installation of projects.
If you don't want to install Chrome globally, for example in a CI environment, you can use @web/test-runner-puppeeteer or @web/test-runner-playwright
See @web/test-runner for a default implementation.