diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-30 19:22:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 19:22:24 +0100 |
| commit | fa975a9baee4c7489ad743be72b97372b616453a (patch) | |
| tree | e5ee1456bf653968366f988cd00ffccb754d77dd /docs/contributing | |
| parent | ef46bc88bd48371d10ef59c99c8c113632ea7d97 (diff) | |
refactor: rewrite Blob implementation (#9309)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'docs/contributing')
| -rw-r--r-- | docs/contributing/web_platform_tests.md | 10 |
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`. |
