Skip to content

Commit 41de359

Browse files
committed
Give some more guidance around import-w3c-tests
Make it clearer how to checkout web-platform-tests/wpt locally and how to use -s.
1 parent 9c736c4 commit 41de359

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Infrastructure/ImportWPTTests.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ If you have the upstream WPT repository locally you can skip redownloading it by
1919
```
2020
Tools/Scripts/import-w3c-tests web-platorm-tests/folder_to_import_here -l -s path_to_web_platform_tests
2121
```
22+
23+
Important: your checkout of WPT needs to be in a directory named `web-platform-tests` and the path passed to `-s` should not include that directory. I.e., if your checkout is at `~/web-platform-tests` you pass `-s ~`. `import-w3c-tests` will unfortunately not complain if you got this wrong.

0 commit comments

Comments
 (0)