Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Allure event listeners #488

Open
1 of 3 tasks
delatrie opened this issue Apr 25, 2024 · 0 comments
Open
1 of 3 tasks

Implement Allure event listeners #488

delatrie opened this issue Apr 25, 2024 · 0 comments
Labels
task:new feature Requesting new capability or software feature theme:core

Comments

@delatrie
Copy link
Contributor

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.

@delatrie delatrie added theme:core task:new feature Requesting new capability or software feature labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task:new feature Requesting new capability or software feature theme:core
Projects
None yet
Development

No branches or pull requests

1 participant