-
Notifications
You must be signed in to change notification settings - Fork 541
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
running autobahn test suite #3249
Comments
Maybe we can adapt it from this? https://github.com/search?q=repo%3Atheturtle32%2FWebSocket-Node%20autobahn&type=code I think we should do it in two steps.
|
@Uzlopak thanks for the link, but I'd probably use ws' autobahn client script; a lot of what's implemented in Websocket-node is just a basic setup that the autobahn suite instructs us on how to setup already. autobahn tests don't exit out, it generates a report with passed/failed tests as an html file. We would instead publish the report on the docs site (for example). running the tests is relatively easy, but making a reproducible testing suite is the hard part. Also, the tests don't give information on what failed and we have to replicate each test in js which makes it hard. |
Here are the results. (rename to index.html, github wouldn't let me upload an html file...) |
We cannot move WebSocket out from experimental until we run the autobahn test suite.
https://github.com/crossbario/autobahn-testsuite
The text was updated successfully, but these errors were encountered: