diff --git a/docs/Infrastructure/ExportWPTTests.md b/docs/Infrastructure/ExportWPTTests.md new file mode 100644 index 00000000..281703a2 --- /dev/null +++ b/docs/Infrastructure/ExportWPTTests.md @@ -0,0 +1,13 @@ +# Exporting web platform tests changes + +The export process for WPT consists of the following: + +1. Commit your changes and run: + +``` +Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter +``` + +2. In the newly created pull request, enable auto-merge (if you have access) + +3. Once the WebKit commit lands, the pull request will be automatically approved by a bot.