ReportPortail.io with TestComplete reports
I want to integrate my testcomplete test execution log reports with reportportal.io in CI/CD pipeline. I'm using TestComplete 14. Please guide me if it can be achieved and if yes then how. Thanks!
Hi,
There are a few options here. You could leverage the TestComplete Rest APIGET /instances/{id}/summary
Found here: https://support.smartbear.com/testcomplete/docs/reference/apis/test-runner.html
Commonly CI/CD systems allow for a location to upload results (relative file path... etc), we can specify where TestComplete results will write to so that it would be in a useful location for the CI system.
This is an integration with Bamboo that could be similar if you wanted to call on SessionCreator: https://support.smartbear.com/testcomplete/docs/working-with/integration/bamboo/get-test-results.htmlOr even an event like OnStop TestCase could work: https://support.smartbear.com/testcomplete/docs/reference/events/index.html