I'm setting up GitLab CI.
We use Ginkgo tests for BDD.
Ginkgo creates a report per each folder where tests are located.
This create a problem with collecting all reports and publishing it as a single test report file.
Is it possible to configure GinkGo in a such way so I could take all test in a single test report file?
What I understand is your reports lies in each test folder: Example
I'm not sure this might exactly help you but can give it a try
In you job add reports paths as mentioned below:
Assuming .xml are report generated.
At the end all test will be displayed in pipeline's test section