Documentation: Explain how to import tests using the WPT.sh script

This commit is contained in:
sideshowbarker
2024-11-02 14:12:40 +09:00
committed by Andreas Kling
parent 6d9dab5a29
commit 21b705ee32
Notes: github-actions[bot] 2024-11-05 09:39:54 +00:00
3 changed files with 14 additions and 0 deletions

View File

@@ -89,3 +89,4 @@ Make sure your code meets the requirements in the [full contribution guidelines]
* Make correctly formatted, atomic commits (building the project at every commit should succeed).
* Discuss and resolve any reviews you receive.
* Fix CI failures by editing your commits.
* Include tests ([use `Meta/import-wpt-test.py` to import WPT tests](Testing.md#importing-web-platform-tests))