fune/testing/web-platform/tests/docs/running-tests/custom-runner.md
jgraham c08eccd212 Bug 1718125 [wpt PR 29484] - Change documentation to point at Matrix rather than IRC., a=testonly
Automatic update from web-platform-tests
Change documentation to point at Matrix rather than IRC. (#29484)

--

wpt-commits: 751ba879160535e949456da20e1a6221b7c0d55e
wpt-pr: 29484
2021-06-26 22:33:37 +00:00

978 B

Writing Your Own Runner

Most test runners have two stages: finding all tests, followed by executing them (or a subset thereof).

To find all tests in the repository, it is strongly recommended to use the included wpt manifest tool: the required behaviors are more complex than what are documented (especially when it comes to precedence of the various possibilities and some undocumented legacy ways to define test types), and hence its behavior should be considered the canonical definition of how to enumerate tests and find their type in the repository.

For test execution, please read the documentation for the various test types very carefully and then check your understanding on the mailing list or matrix. It's possible edge-case behavior isn't properly documented!