我正尝试通过一个新项目首次设置Klov。我已经安装了正确版本的mongodb并安装了klov jar。在运行测试之前,我都在cmd中运行它们。当我在浏览器中查看我的Klov报告时,我看到正在构建,但是“选择您的项目:”下拉列表中没有列出任何项目。有人知道我为什么会出现此错误吗?
我遵循了其他建议,但似乎klov语法已更改。
private static ExtentKlovReporter klov;
var htmlReporter = new ExtentHtmlReporter(@"C:file/path/.html");
htmlReporter.Config.Theme = AventStack.ExtentReports.Reporter.Configuration.Theme.Dark;
extent = new ExtentReports();
extent.AttachReporter(htmlReporter);
klov = new ExtentKlovReporter();
klov.InitMongoDbConnection("localhost", 27017);
klov.ProjectName = "ExecuteAutomation Test";
klov.InitKlovServerConnection("http://localhost:5689");
klov.ReportName = "Time "+ DateTime.Now.ToString();
extent.AttachReporter(htmlReporter);
}
我看到了构建但没有项目。
答案 0 :(得分:0)
在extent.attach报告中,您还需要附加Klov报告