allankp / pytest-testrail

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

Capture stdout on successful tests #134

Closed nicovanduijn closed 4 years ago

nicovanduijn commented 4 years ago

This small change allows the user to capture stdout on successful tests to the comment field in testrails. This can be useful to track results that go beyond a binary PASS/FAIL.

In order to use it in testrails, simply run your pytest with the --capture=sys flag to enable capture (see here)

allankp commented 4 years ago

@nicovanduijn Can you merge master here please to retrigger the build. There was an issue with the gitflows.

nicovanduijn commented 4 years ago

Closing in favor of #136