fune/testing/web-platform/tests/docs
Juha Vainio 5987a5f592 Bug 1890260 [wpt PR 45602] - Add device posture-related commands to testdriver, a=testonly
Automatic update from web-platform-tests
Add device posture-related commands to testdriver (#45602)

Spec PR: w3c/device-posture#141

This PR adds the required infrastructure to manipulate device posture
from testdriver. The two new commands correspond to the two WebDriver
extension commands added by the spec PR above.
--

wpt-commits: 1a6206c84228a17ab23a7e8b02768d1f15655705
wpt-pr: 45602
2024-04-23 09:47:14 +00:00
..
admin Bug 1891455 [wpt PR 45711] - Bump pywebsocket3 to 4.0.2 from PyPI, a=testonly 2024-04-23 09:46:53 +00:00
assets
reviewing-tests
running-tests Bug 1889926 [wpt PR 45575] - Bump minimum version of Python from 3.7 to 3.8, a=testonly 2024-04-23 09:46:49 +00:00
writing-tests Bug 1890260 [wpt PR 45602] - Add device posture-related commands to testdriver, a=testonly 2024-04-23 09:47:14 +00:00
.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 from the "docs" directory of the WPT repository:

    pip install -r requirements.txt
    
  4. Build the documentation. Windows users should execute the make.bat batch file. GNU/Linux and macOS users should use the make command.