Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove documentation on writing wpt-server test #12665
Open
Labels
Comments
|
http://testthewebforward.org seems to have documentation now. @jdm Can we close this? |
|
I don't see the wpt-server documentation linked anywhere from testthewebforward.org, and our own documentation doesn't link to it either. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wpt-server is used to support more forms of testings, like testing the correctness of form-submission request.
There are some tests utilizing this feature such as tests/wpt/web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body.html.
But in our documentation https://github.com/servo/servo/blob/master/tests/wpt/README.md (or even in http://testthewebforward.org), there is little guide or example for it.