Run features with None values #1748
Unanswered
sush1q
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am generating report with one decorator, which combines some functions to configure allure report.
So sometimes i need to generate report with None values, for example there is no issues on needed testcase, and i am running function like this:
It badly influence on generated report. If it is in story, it makes new group with text:
component.tree.unknown
and if it is issue it make link tolocalhost/None
How can i pass None values into this funcs not to corrupt reports
Beta Was this translation helpful? Give feedback.
All reactions