1[/ 2 Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) 3 4 Distributed under the Boost Software License, Version 1.0. (See accompanying 5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6 7 Official repository: https://github.com/boostorg/beast 8] 9 10[section:websocket_autobahn_testsuite WebSocket (Autobahn|Testsuite)] 11 12The 13[@https://github.com/crossbario/autobahn-testsuite Autobahn WebSockets Testsuite] 14provides a fully automated test suite to 15verify client and server implementations of The WebSocket Protocol 16for specification conformance and implementation robustness. 17The test suite will check an implementation by doing basic 18WebSocket conversations, extensive protocol compliance 19verification and performance and limits testing. 20Autobahn|Testsuite is used across the industry and 21contains over 500 test cases. 22 23[@https://vinniefalco.github.io/BeastAssets/reports/autobahn/index.html [*Autobahn|Testsuite WebSocket Results]] 24 25[endsect] 26