Hi!
I have added static field StaticId in my test cases.
I set case Id into it when I just create a new case.
For new version of product we create new Baseline and all case Id’s became new.
In my autotests I use static field StaticId in declaration of cases
@UseAsTestRailId(testRailId=5485756)
and I don’t need to change them each time new Baseline is created (and all case Id’s became new), because I can find case Id by StaticId with help of TestRail API and send test results to corresponding Test Run in TestRail.
But the problem is, that I also need integration with Allure. It could only set some link to TMS and set Id.
Is there any possibility to add support of filter by GET request like this:
testrail/index.php?/suites/view/14310&group_by=cases:created_by&group_order=asc&filter…
I can see only this way to solve the problem.
Thank you in advance.