allankp / pytest-testrail

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

Report stdout in succeeded tests #136

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)

Replaces #134

allankp commented 4 years ago

Closing due to inactivity