我仍然是Allure的新手,我试图在报告中生成测试说明。看看其他SO问题和pytest-allure-adapter文档,似乎没有选择这样做。
我最接近的是写这个:
(SQL: select * from `users` where `status` = 0 and `mailconfirm` = 1)
这非常有限,因为它会自动折叠它。在Allure示例报告中,您可以看到它们可以使用标题,也可能使用某种标记。我如何使用pytest-allure-adapter?
答案 0 :(得分:1)
目前,您无法更改PyTest Adapter中的描述类型。请参阅问题https://github.com/allure-framework/allure-python/issues/93