diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing/web_platform_tests.md | 10 | ||||
-rw-r--r-- | docs/toc.json | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/contributing/web_platform_tests.md b/docs/contributing/web_platform_tests.md index 5d0774f3b..9077655e9 100644 --- a/docs/contributing/web_platform_tests.md +++ b/docs/contributing/web_platform_tests.md @@ -61,6 +61,16 @@ it. This will check that the python3 (or `python.exe` on Windows) is actually Python 3. +You can specify the following flags to customize bahaviour: + +``` +--rebuild + Rebuild the manifest instead of downloading. This can take up to 3 minutes. + +--auto-config + Automatically configure /etc/hosts if it is not configured (no prompt will be shown). +``` + #### `run` Run all tests like specified in `expectation.json`. diff --git a/docs/toc.json b/docs/toc.json index 6c6604ed2..0b740c07b 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -93,6 +93,7 @@ "children": { "building_from_source": "Building from source", "development_tools": "Development tools", + "web_platform_tests": "Web platform tests", "style_guide": "Style guide", "architecture": "Architecture", "release_schedule": "Release schedule" |