Inspired by node-compat-table
The wpt
shell command provides a frontend to a variety of tools for working with and running web-platform-tests. Some of the most useful commands are:
-
./wpt run
- For running tests in Deno -
./wpt test <file>
- For running a single tests in Deno -
./wpt build
- For building the website -
./wpt serve
- For starting the wpt http serverß -
./wpt sync
- For syncing tests inspec
from web-platform-tests repo