pytest html 报告文件的变化不影响诱惑报告

时间:2021-06-24 11:30:15

标签: pytest allure html-reports-jenkins

我在 pytest_sessionfinish -->__update_report_file(pathlib.Path(htmlfile)) 中更改了 html 报告文件(为部分日志添加了折叠),但这些更改未出现在 allure 报告中。期望在 Execution--> Test body --> log 下看到它们。我如何才能让他们在魅力中可见?

public static Dictionary<MyClass, string> List()
{
    return new Dictionary<MyClass, string>()
    {
            { A, nameof(A) },
            { B, nameof(B) },
            { C, nameof(C) },
    };
} 

0 个答案:

没有答案