如何重命名根据pytest中运行的测试生成的html报告?

时间:2020-07-28 20:02:56

标签: python selenium pytest test-reporting

我正在使用下面的代码(在conftest.py中),它与其他测试用例一起放在TestCases文件夹中,用于生成html报告。我添加了名称,但该报告已重命名为“ TestCases.conftest29-07-2020 01-24-45.html ”。 我需要根据在cmd中运行的测试用例(类/方法)来命名报告。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:custom="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="100dp"
    android:layout_height="220dp"
    android:layout_gravity="center">

    <TextView
        android:id="@+id/txt"
        android:layout_width="100dp"
        android:layout_height="100dp"/>
</LinearLayout>

0 个答案:

没有答案