Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/Infrastructure/ExportWPTTests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Exporting web platform tests changes

The export process for WPT consists of the following:

1. Commit your changes and run:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean commit your changes locally.


```
Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Tools/Scripts/export-w3c-test-changes

```

2. In the newly created pull request, enable auto-merge (if you have access)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this pull request for the WPT repo or WebKit repo?


3. Once the WebKit commit lands, the pull request will be automatically approved by a bot.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little confused does the export-w3c-tests export both a WPT and WebKit PR?