mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 15:25:57 +00:00
12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
const report = require("multiple-cucumber-html-reporter");
|
|
|
|
const reportTitle = "Ocelot webapp end-to-end test report"
|
|
|
|
report.generate({
|
|
jsonDir: "reports/json_logs",
|
|
reportPath: "./reports/cucumber_html_report",
|
|
pageTitle: reportTitle,
|
|
reportName: reportTitle,
|
|
pageFooter: "<div></div>",
|
|
hideMetadata: true
|
|
}); |