I'm trying to bring Allure reporting to my Robot Framework architecture.
I was wondering if there was a possibility to avoid specifying the use of the Allure Listener in the command line to generate a report automatically after a test or a suite is run (maybe by using the Suite Teardown?)
I already tried overriding the Allure listener, but I don't think that's the way to do it.
I'm trying to bring Allure reporting to my Robot Framework architecture.
I was wondering if there was a possibility to avoid specifying the use of the Allure Listener in the command line to generate a report automatically after a test or a suite is run (maybe by using the Suite Teardown?)
I already tried overriding the Allure listener, but I don't think that's the way to do it.
Share Improve this question edited Mar 19 at 14:56 jonrsharpe 122k30 gold badges268 silver badges476 bronze badges asked Mar 19 at 14:55 Stéphane VorkStéphane Vork 11 Answer
Reset to default 0Not possible unless you write code for this yourself. Allure does provide a library but it only has support for attaching stuff into allure reports, generating them.