commit | 64ff9498448f17838228309a6d440f74ec25ca76 | [log] [tgz] |
---|---|---|
author | Luke Zielinski <[email protected]> | Thu May 30 17:42:29 2019 |
committer | Commit Bot <[email protected]> | Thu May 30 17:42:29 2019 |
tree | 5922c279f22514b691aa515b73efa04cc445904a | |
parent | f585db1754e7f926f2889d91c5855843b396a362 [diff] [blame] |
Link to instructions for adding new testdriver API for WPT tests Change-Id: I5f729822140f544717432aa0b45c56dfdf30b9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636787 Commit-Queue: Luke Z <[email protected]> Reviewed-by: Robert Ma <[email protected]> Cr-Commit-Position: refs/heads/master@{#664792}
diff --git a/docs/testing/web_platform_tests.md b/docs/testing/web_platform_tests.md index dff9324..16d866d8 100644 --- a/docs/testing/web_platform_tests.md +++ b/docs/testing/web_platform_tests.md
@@ -201,7 +201,9 @@ If no testdriver.js API exists, check if it's a [known issue](https://github.com/web-platform-tests/wpt/labels/testdriver.js) -and otherwise consider filing a new issue. +and otherwise consider filing a new issue. For instructions on how to add a new +testing API, see [WPT Test Automation for +Chromium](https://docs.google.com/document/d/18BpD41vyX1cFZ77CE0a_DJYlGpdvyLlx3pwXVRxUzvI/preview#) An alternative is to write manual tests that are automated with scripts from [wpt_automation](../../third_party/blink/web_tests/external/wpt_automation).