Files
tubestation/testing/web-platform/tests/docs
moz-wptsync-bot b611e49d41 Bug 1930657 [wpt PR 49122] - Implement testdriver features (RFC-214), a=testonly
Automatic update from web-platform-tests
Implement testdriver features (RFC-214) (#49122)

* Add support for testdriver features

# Conflicts:
#	lint.ignore
#	tools/manifest/item.py

* Enable BiDi for Chrome

* lint rules

* lint rules

* indents

* Update simulate_adapter.https.html.ini

* check path correctly

* Address PR comments
--

wpt-commits: f3acbb2d315b10aeec14427a585b8b6777b078e8
wpt-pr: 49122
2025-01-08 10:20:50 +00:00
..

Project documentation tooling

The documentation for the web-platform-tests project is built using the Sphinx documentation generator. The GitHub Actions service is configured to automatically update the public website each time changes are merged to the repository.

Local Development

If you would like to build the site locally, follow these instructions.

  1. Install the system dependencies. The free and open source software tools Python and Git are required. Each website has instructions for downloading and installing on a variety of systems.

  2. Download the source code. Clone this repository using the git clone command.

  3. Install the Python dependencies. Run the following command in a terminal:

    pip install -r docs/requirements.txt
    
  4. Build the documentation:

    ./wpt build-docs