|
After research, I found that Newman does not provide the possibility to send test reports to the TestRail as it implemented in the Karate tests.
Also, I do not found any existing solution for dynamically creating suites and cases for Newman test results.
So, I'll suggest the next flow for postman api tests:
- use newman-reporter-testrail
- in the TestRail project should be created test suites
- in the test suites should be created test cases
- in the postman collections in the title of tests should be added case ID created in the previous step according to the instruction
|