提交 c0afee43 authored 作者: mry's avatar mry

fix(base): 修改了报告路径

上级 bd291d56
...@@ -19,7 +19,7 @@ import java.util.*; ...@@ -19,7 +19,7 @@ import java.util.*;
*/ */
public class ExtentTestNgReporterListener implements IReporter { public class ExtentTestNgReporterListener implements IReporter {
private static final String OUTPUT_FOLDER = "/"; private static final String OUTPUT_FOLDER = System.getProperty("user.dir");
private static final String FILE_NAME = "testNg.html"; private static final String FILE_NAME = "testNg.html";
private ExtentReports extent; private ExtentReports extent;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论