allankp / pytest-testrail

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

Support attaching files to results #154

Open DanielPBak opened 2 years ago

DanielPBak commented 2 years ago

testrail's python API seems to support attaching files: https://www.gurock.com/testrail/docs/api/reference/attachments

(add_attachment_to_result)

It would be nice if the pytestrail plugin included hooks for this API, so that we can publish files with our test results.

VStoilovskyi commented 2 years ago

@DanielPBak Hello there! Looks like this issue is a duplicate of #137