| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
There are no changes to allure-robotframework I suspect the check-errors are not related to my changes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Context
Hardcoded link tags in .features don't allow for dynamically adding links to the report. The dynamic use-case can be addressed with allure.dynamic.link(), however it appears to be a no-op for allure-behave. This PR adds the missing add_link hook to the behave listener.
With these changes, in addition to:
we can also do:
I used the pytest implementation as a reference for these changes:
allure-python/allure-pytest/src/listener.py
Lines 246 to 256 in c217262
Checklist