Skip to content
/ wpt Public

Deno web-platform-tests compatibility tables

License

Notifications You must be signed in to change notification settings

denodev/wpt

Repository files navigation

Deno web-platform-tests compatibility tables

Inspired by node-compat-table

Command Line

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 in spec from web-platform-tests repo