fune/testing/web-platform/tests/docs
jugglinmike 5b03cf3529 Bug 1585418 [wpt PR 19449] - [testharness.js] Implement single_test option, a=testonly
Automatic update from web-platform-tests
[testharness.js] Implement `single_test` option (#19449)

The behavior and deployment schedule of this option was defined via the
following web-platform-tests RFC:
https://github.com/web-platform-tests/rfcs/blob/master/rfcs/single_test.md
--

wpt-commits: 819a234d3dd3a8400d57fa449123cbb01bb33226
wpt-pr: 19449
2019-10-17 19:25:16 +00:00
..
admin
assets
reviewing-tests Bug 1573948 [wpt PR 18434] - [docs] Document structure of META.yml files, a=testonly 2019-09-09 11:54:37 +01:00
running-tests Bug 1586930 [wpt PR 19466] - Add webkitgtk_minibrowser runs to taskcluster daily., a=testonly 2019-10-14 11:23:49 +00:00
writing-tests Bug 1585418 [wpt PR 19449] - [testharness.js] Implement single_test option, a=testonly 2019-10-17 19:25:16 +00:00
.gitignore
.ruby-version
conf.py
index.md Bug 1572269 [wpt PR 18328] - [docs] Consolidate info on essential properties, a=testonly 2019-09-14 08:51:38 +00:00
make.bat Bug 1572166 [wpt PR 18317] - [docs] Correct errors in build process, a=testonly 2019-08-09 20:31:40 +00:00
Makefile Bug 1572166 [wpt PR 18317] - [docs] Correct errors in build process, a=testonly 2019-08-09 20:31:40 +00:00
META.yml
README.md
requirements.txt
test-suite-design.md Bug 1573948 [wpt PR 18434] - [docs] Document structure of META.yml files, a=testonly 2019-09-09 11:54:37 +01: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 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.