Does anyone who uses Testrail know if Postman tests can be linked to Testrail test cases?

Hello

does anyone who uses Testrail know if Postman tests can be linked to Testrail test cases?

Thanks
Neil

That’s possible.
In TestRail you store in a special order the url of the request, the body of the request, the scripts. The first request from Postman to testrail API you request the content of the test case, parse the received response and save it in variables. The second query consists of the obtained variables.
Also, it is possible to complicate the task by requesting a test collection with the necessary filters, and then by the obtained identifiers of the test cases to request them.

If you are running your Postman tests using Newman, here is a tutorial that explains how to link Testrail and Postman:

Yes! We wrote a blog post about it here and also have a code repo you can use as a starting point here