[erlang-questions] Testing a websocket app

Sergej Jurečko sergej.jurecko@REDACTED
Fri Nov 20 10:16:27 CET 2015


I would use detest. Of course I'm biased because I wrote it:
https://github.com/biokoda/detest
It is an easy way to spawn up one or multiple erlang nodes, run your tests
then shut everything down.

Sergej

On Thu, Nov 19, 2015 at 9:28 PM, Lyn Headley <lheadley@REDACTED> wrote:

> I'm building an app with yaws, epgsql, poolboy, and websockets. I am
> looking for advice, recommendations, and/or war stories about about
> how to set up some tests on this stack.
>
> I'd like my test to establish a connection with a web client, send
> some messages over web sockets, and verify that the responses are
> correct.
>
> Is this something I should use common_test for? What should I/What are
> you using as a web client? ibrowse? gun? something else?
>
>
> Lyn Headley
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151120/4acb67d5/attachment.htm>


More information about the erlang-questions mailing list