openresty / lua-resty-websocket

WebSocket support for the ngx_lua module (and OpenResty)
508 stars 106 forks source link

Run Autobahn Testsuite #56

Open riptl opened 3 years ago

riptl commented 3 years ago

The Autobahn WebSocket testsuite has become the de-facto standard for testing WebSocket libraries for correctness: https://github.com/crossbario/autobahn-testsuite

Feature Request: Add a script that runs the Autobahn tests against the Lua client and server.

Ideally also add a GitHub workflow that can run the test in an automated manner.