Collecting/combining files after parallel test runs

Overview

Some testing processes may require that all test results be in a single file for processing. When working with parallel testing this could mean each container has its own test results. 

Collection Job

Getting all the files to a single file can be accomplished with a new "collection" job. This would be a job that requires the parallel job and collects all the test reports from the parallel containers through workspaces.

Then you can combine the files within that "collection" job and pass it through via workspaces to your last job/step -- or alternatively you can process them within the "collection" job itself as needed.

 

Was this article helpful?
6 out of 88 found this helpful

Comments

0 comments

Article is closed for comments.