mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 01:38:46 +02:00
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 |
||
|---|---|---|
| .. | ||
| 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.
-
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.
-
Download the source code. Clone this repository using the
git clonecommand. -
Install the Python dependencies. Run the following command in a terminal:
pip install -r docs/requirements.txt -
Build the documentation:
./wpt build-docs