allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
95 stars 125 forks source link

Support for custom fields needed #120

Open davebrochu-es opened 4 years ago

davebrochu-es commented 4 years ago

My team has a few non-standard required fields that need to be provided in order to add test results to TestRail. It would be ideal if there were a mechanism by which one could specify custom fields to send as part of the result(s) uploaded to TestRail to support non-default TestRail use-cases. Currently, when trying to upload results using /v2/add_results_for_cases, I get the following error, which indicates one of my required fields isn't provided

[OUTPUT] [testrail] Info: Testcases not published for following reason: "Field :<field_name> is a required field."

SS04 commented 4 years ago

My team is also looking for same feature. It would be very helpful if you could add this feature in the plugin. Thanks

mcbemis commented 2 years ago

My Team is also looking!

celliott-a2e commented 2 years ago

this would also be helpful for my team :)