Implement Allure event listeners
delatrie opened this issue · 0 comments
delatrie commented
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.
Motivation
Event listeners are a well-established mechanism to modify Allure data before it's written on disk. Some examples of what can be achieved with it:
- exclude test parameters based on a naming convention
- rename steps
- attach extra files
- ...
While popular scenarios need to be supported via API, the listeners cover sophisticated ones that are user-specific.
Other information
See the implementation by allure-java.