allure-framework / allure-csharp

Allure integrations for C# test frameworks
https://allurereport.org/
Apache License 2.0
104 stars 64 forks source link

Implement Allure event listeners #488

Open delatrie opened 2 months ago

delatrie commented 2 months ago

I'm submitting a ...

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:

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.