summaryrefslogtreecommitdiff
path: root/docs/contributing/web_platform_tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing/web_platform_tests.md')
-rw-r--r--docs/contributing/web_platform_tests.md10
1 files changed, 10 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`.