ltest icon indicating copy to clipboard operation
ltest copied to clipboard

Add suite server for tracking state for all unit, system, and integration tests

Open oubiwann opened this issue 10 years ago • 1 comments

Right now, each run of eunit only knows about its own state. What we want is a mechanism for tracking state of all eunit runs, not just the one that's running and will get reported on at the end of its run.

We want a report that will display after all eunit runs have been done, summarizing them.

oubiwann avatar Jan 10 '15 06:01 oubiwann

rebar3 to the rescue!

yurrriq avatar Mar 21 '16 15:03 yurrriq