I am currently developing a plug-in and I need access to the test results. Is there a way that I can get the results and devices after the test has completed.
Hello @zacharyedgell,
You can simply do it using the TestProject API
TestProject exposes a RESTful API that allows R&D teams to schedule and trigger automation, get status, and retrieve testing results.
Reports can be retrieved in the following formats:
- TestProject - Standard TestProject format. (JSON)
- PDF - A link to the PDF report.
- JUnit - A standard JUnit report in an XML format.
Here is a link for the reports section: https://api.testproject.io/docs/v2/#/Reports