From d63d45735d9db9f5b2aeb432ff29de3720883731 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Tue, 2 May 2023 21:42:35 -0700 Subject: [PATCH] Create ExportWPTTests.md --- docs/Infrastructure/ExportWPTTests.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/Infrastructure/ExportWPTTests.md 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.