return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>robotframework - Robot Framework - Auto Allure Generation - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

robotframework - Robot Framework - Auto Allure Generation - Stack Overflow

programmeradmin4浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论