-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add web-platform-tests #125
Comments
FWIW, I heard things are still in the early stages design-wise, so making progress in the standards group on that is probably more productive at this point. |
I think now is a good timing to start thinking about this more seriously. While writing tests too early is not a very good use of time, we have a prototype of the API, and making it testable helps us design it in more detail (e.g., #95). Please see https://github.com/web-platform-tests/wpt/tree/master/tools/quic for the handlers. |
Notes from WebTransport Wednesday:
|
@bashi has started a discussion at web-platform-tests/rfcs#85. Feel free to jump in. |
Meeting: |
@yutakahirano What are next steps on this? Is there any update or anything we need to discuss at next meeting? |
We have a PR to add the test server and a test. The PR is under review. I think we need some follow-up PRs to run the test in wpt.fyi. We also need some integrations with Chromium code base to run the server and tests. |
@bashi wrote a document decribing how to enable the WebTransport over HTTP/3 servre on your local environment. Thank you! |
To be updated with links to web-platform-tests from this spreadsheet. |
Can this be considered done now? |
Yes, WPT tests are up and running at https://wpt.fyi/webtransport. 🎉 Individual issues should be opened for any subsequent tests, and we should use the |
Shouldn't the instructions in https://docs.google.com/document/d/1OBoZTcC9vDoLTgv_5WUznRFrmwXP0Gprj7V9oOzH9cU/edit be included somewhere directly in the repo? |
@Hexcles's and I have introduced the QuicTransport server in https://github.com/web-platform-tests/wpt/. Please see https://github.com/web-platform-tests/wpt/tree/master/tools/quic.
This is not enabled by default as of now. The most important roadblock is to finalize the server API design, and get consensus among the working/community group. We also need write a wpt/RFC describing the system and workflow.
Are y'all happy with the introduced system? Do you have any questions/comments?
The text was updated successfully, but these errors were encountered: