update html report script

This commit is contained in:
mahula 2023-07-05 09:48:28 +02:00
parent 6fee4a9c7d
commit 7b5cffde6c

View File

@ -1,5 +1,5 @@
const report = require("multiple-cucumber-html-reporter");
report.generate({
jsonDir: "cypress/json_logs",
reportPath: "./cypress/reports/cucumber-htmlreport.html"
jsonDir: "cypress/reports/json_logs",
reportPath: "./cypress/reports/cucumber_html_report"
});