mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add htlm report creation script
This commit is contained in:
parent
4da06ce800
commit
8d3dd01724
12
cypress/create-cucumber-html-report.js
Normal file
12
cypress/create-cucumber-html-report.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user