[erlang-questions] Getting count of suites/cases from common test hook
Roger Lipscombe
roger@REDACTED
Fri May 12 13:10:52 CEST 2017
I'd like to display progress for my common test suites (~275 cases across
~50 suites), which means that I'd like to get hold of the count of suites
and cases from inside a common test hook (which I already have).
I know that CT has this information, because it prints it out (in
ct_run:do_run_test/3) just before it starts running the tests.
Can I get at this information?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170512/fcbbeecc/attachment.htm>
More information about the erlang-questions
mailing list