Skip to content

Commit 5b686d2

Browse files
andreasttAutomatedTester
authored andcommitted
readme, ImplementationReport: mention where the test results are
1 parent a4572f9 commit 5b686d2

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
# WebDriver implementation report
1+
WebDriver implementation report
2+
===============================
23

3-
Currently tests are being tracked on [http://wpt.fyi/webdriver](http://wpt.fyi/webdriver).
4+
Implementation interoperability is verified through [Web Platform Tests].
5+
There is a [dashboard] tracking test results
6+
and interoperability between the major implementations.
47

5-
A cached result of tests from multiple different vendors is stored
6-
[here](https://w3c.github.io/webdriver/results/html/all.html).
8+
[Web Platform Tests]: https://github.com/web-platform-tests/wpt/tree/master/webdriver
9+
[dashboard]: https://wpt.fyi/results/webdriver/tests?aligned
710

8-
## Status Documents from Vendors
11+
12+
Vendor status documents
13+
-----------------------
914

1015
* [Mozilla Firefox](https://bugzilla.mozilla.org/showdependencytree.cgi?id=721859&hide_resolved=1)
1116
* [Microsoft Edge](https://docs.microsoft.com/en-us/microsoft-edge/webdriver#w3c-webdriver)
1217
* [Apple Safari](https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/WebDriverEndpointDoc/Commands/Commands.html)
1318
* [WebKit GTK port](http://trac.webkit.org/wiki/WebDriverStatus)
1419
* [Selenium IEDriverServer](https://github.com/SeleniumHQ/selenium/wiki/W3C-WebDriver-Status)
1520
* [Chrome](https://chromium.googlesource.com/chromium/src/+/master/docs/chromedriver_status.md)
21+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ styling. To preview your changes, just load `index.html` from disk
3636
in a browser. To verify the integrity of the document you can run
3737
`make test`.
3838

39+
For more information about the interoperability of driver
40+
implementations, see the [implementation report].
41+
3942
You may add your name to the [Acknowledgements] section in your
4043
first PR, even for trivial fixes. The names are sorted lexicographically.
4144

4245
See [CONTRIBUTING.md] for more guidelines.
4346

4447
[good commit message]: https://github.com/erlang/otp/wiki/Writing-good-commit-messages
48+
[implementation report]: ./ImplementationReport.md
4549
[Acknowledgements]: https://w3c.github.io/webdriver/#acknowledgements
4650
[Web Platform Tests]: https://github.com/web-platform-tests/wpt/tree/master/webdriver
4751
[ReSpec]: https://github.com/w3c/respec/wiki

0 commit comments

Comments
 (0)