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
As a user of the categories.json, I want to be able to display "Passed" categories mapped from the categories.json using the messageRegex, so that I can show different "Passed" categories by Name in the UI.
I'm submitting a ...
bug report
feature request
support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
In pytest_runtest_makereport, the default value of status_details is None, and when test_result.status == Status.PASSED, it's still None.
As far as I know there's no way to actually provide a message that would enable this to work in a categories.json
As a user of the categories.json, I want to be able to display "Passed" categories mapped from the categories.json using the
messageRegex
, so that I can show different "Passed" categories by Name in the UI.I'm submitting a ...
What is the current behavior?
In
pytest_runtest_makereport
, the default value ofstatus_details
isNone
, and whentest_result.status == Status.PASSED
, it's still None.As far as I know there's no way to actually provide a message that would enable this to work in a
categories.json
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
A simple bit of code I would expect to work
What is the expected behavior?
That I can provide a Passed Message to allure to do stuff with the categories.json
Please tell us about your environment:
Other information
None
The text was updated successfully, but these errors were encountered: