allure-framework / allure-framework/allure-python
Use 3rd listeners interface version for allure_robotframework listener
- Dominant language
- Python
- Stars
- 814
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
#### I'm submitting a ...
- [ ] feature request
#### What is the current behavior?
allure-robotframework==2.13.2 uses ROBOT_LISTENER_API_VERSION = 2 version that doesn't allow to modify test on the fly
#### What is the expected behavior?
Use ROBOT_LISTENER_API_VERSION = 3 to make extending the listener usage more powerfull.
#### What is the motivation / use case for changing the behavior?
In my case I would like to enrich the test message with opened issue link and others additions.
#### Please tell us about your environment:
allure-python-commons 2.13.2
allure-robotframework 2.13.2
Contributor guide
Assessment
This issue has not been assessed yet.