Forum Discussion

shubham1's avatar
shubham1
Occasional Contributor
3 years ago

ReportPortal Plugin

I am trying to integrate Reportportal with testcomplete for our project but unable to do that. Is there a way to integrate Reportportal by any other means if direct plugin is not present. May be from Jenkins or Jira.

Any help is appreciated

1 Reply

  • Mr_Bro's avatar
    Mr_Bro
    Champion Level 0

    shubham1 ,

    TestComplete doesnot provide any special integration with ReportPortal, However you can impliment your integration by using the ReportPortal REST API.

    according to the ReportPortal article [ https://reportportal.io/docs/How-to-impliment ], the REST API documentation should be available on your ReportPortal server.

    https://[your_rp_server]/ui/#api

     

    you can use aqhttp  objects to send request to the rest API from test complete.

     

    please let me know if this helped you.

     

    Thanks,

    Sathish Kumar K