[bisq-network/proposals] Finding a unified test framework for Bisq (#74)

Bernard Labno notifications at github.com
Tue Aug 6 11:40:21 UTC 2019


Arquillian is used by API, which is not part of official code, but I hope it will soon be (being reviewed right now).
The main features of Arquillian I use is start/stop multiple docker containers per test or per class, and orchestrate those containers, so that they can talk to each other (just like that OfferEndpointIT.java shows).
Arquillian also automatically extracts logs from the containers and outputs them after test class, which is very useful for troubleshooting CI failures.

All that seems trivial and initially I started writing my own docker wrapper for that but it turned to be harder than I thought.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/74#issuecomment-518633071
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190806/d4b515c3/attachment.html>


More information about the bisq-github mailing list