teodesian / TestRail-Perl

Perl interface to TestRail's REST API
5 stars 8 forks source link

Add -j option to testrail-results #120

Closed teodesian closed 7 years ago

teodesian commented 7 years ago

This way, we can do the deep analysis in a reasonable amount of time. Parallelize the getTestResult calls via forking and writing to a JSON tmpfile and then reading it. Have the parent make the tmpdir, write json files per test id.

teodesian commented 7 years ago

MCE looks promising