Commit 324e7c15 by xuyamei

修改报告输出文件

parent 490439fe
......@@ -23,7 +23,7 @@ public class ExtentTestNGIReporterListener implements IReporter {
// static String minute = String.format("%tM", date);
// static String second = String.format("%tS", date);
//生成的路径以及文件名
private static final String OUTPUT_FOLDER = "TestGetAdmin-output/";
private static final String OUTPUT_FOLDER = "test-output/";
private static String BUILD_TIMESTAMP = null != System.getenv("BUILD_TIMESTAMP") ? "_" + System.getenv("BUILD_TIMESTAMP") : "";
private static String FILE_NAME = "report" + BUILD_TIMESTAMP + ".html";
private ExtentReports extent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment