admin管理员组

文章数量:1379411

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 1
Add a comment  | 

1 Answer 1

Reset to default 0

Not 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.

本文标签: robotframeworkRobot FrameworkAuto Allure GenerationStack Overflow