标签: python pytest allure
我正在使用pytest和allure-python运行测试。我的测试分为模块和类。然而。生成报告时,“套房”选项卡仅包含一个级别-实际功能。
相反,我希望看到的是:
我的FS和pytest层次结构:
我正在跑步:
pytest -s -v --aluredir='xx' -m 'tags' tests/