summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-30 19:22:24 +0100
committerGitHub <noreply@github.com>2021-01-30 19:22:24 +0100
commitfa975a9baee4c7489ad743be72b97372b616453a (patch)
treee5ee1456bf653968366f988cd00ffccb754d77dd /docs
parentef46bc88bd48371d10ef59c99c8c113632ea7d97 (diff)
refactor: rewrite Blob implementation (#9309)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing/web_platform_tests.md10
-rw-r--r--docs/toc.json1
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"