Skip to content

Commit

Permalink
Give some more guidance around import-w3c-tests
Browse files Browse the repository at this point in the history
Make it clearer how to checkout web-platform-tests/wpt locally and how to use -s.
  • Loading branch information
annevk committed Apr 5, 2023
1 parent 9c736c4 commit 41de359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Infrastructure/ImportWPTTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ If you have the upstream WPT repository locally you can skip redownloading it by
```
Tools/Scripts/import-w3c-tests web-platorm-tests/folder_to_import_here -l -s path_to_web_platform_tests
```

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 comments on commit 41de359

Please sign in to comment.