Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST API Documentation for reportportal

Tags:

reportportal

We're using non-common proprietary java-based test tool/framework. And we've been looking for trying to couple it with reportportal. None of your existing agents fits to us, and that`s why we considered to try the pure REST-API integration. Could you please share API-documentation? P.S. I honestly tried to find it, but failed:)

like image 370
Alexey Avatar asked Feb 08 '17 10:02

Alexey


People also ask

What is ReportPortal?

Created by developers from EPAM and elsewhere in the OSS community, Report Portal is an open-source tool that allows testers and key project stakeholders to manage and view all of their testing results and reports in one place. Using the tool, testers can: Speed product time-to-market with collaborative test automation.

Is ReportPortal free?

ReportPortal is a free and open-sourced solution.


2 Answers

Had the same question, was looking for swagger doc in JSON format (since models are pretty complex and it's not really convenient to extract data from the UI).

Quite logical, found it at the same place, with slightly different url:

http://your_host:8080/api/v1/api-docs?access_token=your_access_token
like image 26
Dmitri Korobtsov Avatar answered Sep 19 '22 18:09

Dmitri Korobtsov


Agents documentation can be found on http://reportportal.io

There is also auth-generated Swagger API which is hosted on each ReportPortal instance: http://your_host/ui/#api Make sure you are logged in before opening swagger doc.

The best option for you is to take existing Java client for ReportPortal and use it to report data. You can find it here: https://github.com/reportportal/client-java Pull requests and updates are highly welcomed! Please, be noticed that right now we are working on new version of mentioned client which will be sending requests asynchronously. I would suggest contacting RP developers directly) to get more details on that.

like image 198
avarabyeu Avatar answered Sep 17 '22 18:09

avarabyeu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!