gpt4 book ai didi

python - 如何使用Python py.test在Allure 2中实现缺陷分类?

转载 作者:太空宇宙 更新时间:2023-11-03 14:46:34 25 4
gpt4 key购买 nike

Allure 2 documentation据说可以对缺陷进行分类。Artem Eroshenko 在他的 Allure 2 presentation还提到,为此目的,应使用类别的正则表达式创建 categories.json 配置文件:

[
{
"name": "Outdated selectors",
"messageRegex": ".*Unable to locate element.*",
"matchedStatuses": ["broken"]
},
{
"name": "Browser cluster problems",
"messageRegex": ".*Timed out .* from renderer.*",
"matchedStatuses": ["broken"]
}
]

但是文档中没有有关此功能实际实现的详细信息。该文件应该位于哪里?此功能是否在 py.test allure 2 适配器中实现?

最佳答案

您需要将categories.json文件放置到allure-results文件夹中。更多详情请参阅其他答案 https://stackoverflow.com/a/46222758/3915166

关于python - 如何使用Python py.test在Allure 2中实现缺陷分类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46193657/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com