Open joffrey-bion opened 4 years ago
You can find the test cases here https://github.com/crossbario/autobahn-testsuite/tree/master/autobahntestsuite/autobahntestsuite/case
An example report that's more legible that gets generated you can find in the the ws
nodejs package which generates a report very regularly
I'm trying to test websocket client implementations, and was considering using the autobahn test suite.
If I understood correctly, I'm supposed to launch the fuzzyserver via the docker image, and then my client is supposed to connect to it following various test cases.
I couldn't find the list of test cases to implement, though. Where is it?