tiws icon indicating copy to clipboard operation
tiws copied to clipboard

Integrate the autobahn ws test suite

Open omorandi opened this issue 10 years ago • 3 comments

See http://autobahn.ws/testsuite/index.html

omorandi avatar Jan 16 '15 10:01 omorandi

We can also have Travis CI do some work for us. See this .travis.yml.

Challenges IMHO:

  • low connectivity,
  • hang-ups,
  • bg/fg switching.

yuchi avatar Jan 19 '15 10:01 yuchi

Just wondering why you are using websocket in the test app and not ws, ws passes all autobahn tests and seems like the perfect candidate to test against. And for the record, W3C spec and passing autobahn are excellent ideas.

HilkoLantinga avatar Jan 26 '15 00:01 HilkoLantinga

@HilkoLantinga, thanks. The current test app + echo server are just meant for quick & dirt testing, so I didn't put much thought on what websocket implementation to use in the node server. The autobahn test suite provides its own server anyway, so the point, in the long term, will be to implement client interaction with that server

omorandi avatar Jan 26 '15 07:01 omorandi