Multiple report files
Combining parallel test runners or multiple test suites
TestRecall automatically groups test results together if they were part of the same logical test run.
CI providers provide the ability to split up a single logical test suite up into multiple parallel runners. For example CircleCI test splitting allows running a test in multiple parallel parts.
TestRecall groups parallel runs together using the BUILD_NUMBER
which is automatically populated and will typically work out of the box. This can be override by providing a value with the -buildnumber
flag to the CLI testrecall-reporter