You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Describe the bug
Comment is not added to TestRail when tests are marked as "Passed" only when are "Failed"
Tried with config file and also using: py.test --testrail --tr-config=<settings file>.cfg --tc-custom-comment="mycomment"
Note: C21976, C21977 is your case ID's from TestRail
Expected behavior
Custom comment should be added in TestRail no matter of the test result(pass/fail).
Screenshots
Desktop (please complete the following information):
OS: CentOS 7
Browser: chrome
Python version: 3.6.12
Pytest-testrail version : 2.9.0
The text was updated successfully, but these errors were encountered:
VirgiliusMaximus
changed the title
Comment(custom comment) is not added when tests are "Passed"
Comment(custom_comment) is not added when tests are "Passed"
May 12, 2021
@VirgiliusMaximus Not sure if it is a bug, current behavior is to post comment message on failure only(Custom message or received from pytest runner). It's not a big problem to change this behavior I guess, but need to discuss with @allankp at least
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Comment is not added to TestRail when tests are marked as "Passed" only when are "Failed"
Tried with config file and also using:
py.test --testrail --tr-config=<settings file>.cfg --tc-custom-comment="mycomment"
My config:
To Reproduce
Steps to reproduce the behavior:
Note: C21976, C21977 is your case ID's from TestRail
Expected behavior
Custom comment should be added in TestRail no matter of the test result(pass/fail).
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: