mirror of https://github.com/gorilla/websocket.git
20 lines
457 B
Markdown
20 lines
457 B
Markdown
# Test Server
|
|
|
|
This package contains a server for the [Autobahn WebSockets Test Suite](http://autobahn.ws/testsuite).
|
|
|
|
To test the server, run
|
|
|
|
go run server.go
|
|
|
|
and start the client test driver
|
|
|
|
wstest -m fuzzingclient -s fuzzingclient.json
|
|
|
|
When the client completes, it writes a report to reports/clients/index.html.
|
|
|
|
|
|
# Install client test driver
|
|
|
|
pip install autobahntestsuite
|
|
|
|
This will install the test suite containing the `wstest` command. |