gecko-dev/testing/web-platform/tests/docs
Jack Hsieh a1f079b8cf Bug 1973555 [wpt PR 53204] - Add test_driver.bidi.bluetooth commands and event, a=testonly
Automatic update from web-platform-tests
Add test_driver.bidi.bluetooth commands and event (#53204)

* More test_driver.bidi.bluetooth commands and event

* Fix lint error

* Fix bluetooth.py new line error

* Add long timeout for simulate_characteristic_response.https.html

* Address comments

* add long timeout

* add long timeout

* Add long timeout

* Add long timeout
--

wpt-commits: c59f3192a219bd6073de7f6c36304b3a626d18e4
wpt-pr: 53204
2025-07-04 08:40:26 +00:00
..
admin
assets
reviewing-tests
running-tests
writing-tests
.gitignore
.ruby-version
__init__.py
commands.json
conf.py
Dockerfile
frontend.py
index.md
intro-video-transcript.md
META.yml
package.json
README.md
requirements.txt
test-suite-design.md
wpt_lint_rules.py

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