The web-platform-tests project is a cross-browser test suite for the Web-platform stack. Writing tests in a way that allows them to be run in all browsers gives browser projects confidence that they are shipping software which is compatible with other implementations, and that later implementations will be compatible with their implementations. This in turn gives Web authors/developers confidence that they can actually rely on the Web platform to deliver on the promise of working across browsers and devices without needing extra layers of abstraction to paper over the gaps left by specification editors and implementors.
The most important sources of information and activity are:
#testing
on irc.w3.org; includes participants located around the world, but busiest during the European working day; all discussion is archived hereIf you'd like clarification about anything, don't hesitate to ask in the chat room or on the mailing list.
See also this lecture from Web Engines Hackfest 2018 (30 minutes)
GitHub is used both for issue tracking and test submissions; we provide a limited introduction to both git and GitHub.
Pull Requests are automatically labeled based on the directory the files they change are in; there are also comments added automatically to notify a number of people: this list of people comes from META.yml files in those same directories and their parents (i.e., they work recursively: a/META.yml
will get notified for a/foo.html
and a/b/bar.html
).
If you want to be notified about changes to tests in a directory, feel free to add yourself to the META.yml file!
.. toctree:: :maxdepth: 2 test-suite-design intro-video-transcript running-tests/index writing-tests/index reviewing-tests/index admin/index