Conversation
|
|
||
| The export process for WPT consists of the following: | ||
|
|
||
| 1. Commit your changes and run: |
There was a problem hiding this comment.
You mean commit your changes locally.
stwrt
left a comment
There was a problem hiding this comment.
Looks pretty good just would like clarity on a few things.
| 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) |
There was a problem hiding this comment.
Is this pull request for the WPT repo or WebKit repo?
|
|
||
| 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. |
There was a problem hiding this comment.
A little confused does the export-w3c-tests export both a WPT and WebKit PR?
|
Thinking about this some more do we want to merge the two articles into one on handling WPT tests? Could just be called |
| 1. Commit your changes and run: | ||
|
|
||
| ``` | ||
| Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter |
There was a problem hiding this comment.
This should be Tools/Scripts/export-w3c-test-changes
|
Here is the old doc that looks more complete https://trac.webkit.org/wiki/WPTExportProcess but not sure if is still 100% up-to-date. Maybe there is some info from there that is worth adding here |
No description provided.