The Allure framework is a really beautiful framework for test reporting. Yet it has rather bad documentation for C#.
I want to add some things to my allure report:
- Debug log (like all things I write to debug)
- Screenshot
- A file
How to do it? I have no idea, please help me if you know how to do it. It seems like AllureLifecycle
class can help me but I'm not sure how to use it.
In case it matters I use Allure together with SpecFlow and MS test.