Package Exports
- @web/test-runner-core
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-core) 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 Core
Core package for Web Test Runner. Managing running the tests. Has a modular architecture, delegating most of the work to separate implementations.
See @web/test-runner for a default implementation.
Browser launchers
Browser launchers boot up and control a browser instance. Implementations:
- @web/test-runner-chrome
- @web/test-runner-puppeteer
- @web/test-runner-playwright
@web/test-runner-selenium
(coming soon)@web/test-runner-browserstack
(coming soon)
Servers
The server serves the test code and files and communicates with the browser, returning configuration and receiving test results. Implementations:
Test framework
Test frameworks run the actual tests in the browser. Web test runner relies on existing test frameworks. Implementations
Further documentation is still a work in progress.