I want to run test cases present in TestRail to Testproject. Is it possible ?
Hi @vinaynalla .
We don’t have direct integration with TestRail but you can use these endpoint for running your TestProject tests/jobs:
/v2/projects/{projectId}/jobs/{jobId}/run
/v2/projects/{projectId}/tests/{testId}/run
you can retrieve your TestProject tests/jobs reports using these endpoints:
/v2/projects/{projectId}/jobs/{jobId}/reports
/v2/projects/{projectId}/tests/{testId}/reports
you will able to find a lot of useful endpoints that allow you to expand the integration beyond running and getting tests/jobs reports.
https://api.testproject.io/docs/v2/#/
So, note that it is possible to extract all the information regarding test results using TestProject RESTful API: TestProject API v2 and integrate into any tool, including TestRail.
Also, I would like to suggest using qTest as a better alternative for TestRail
The integration with qTest on TestProject is easy and seamless.
Regards,
Ricardo.