diff --git a/e2e-tests/create-cucumber-html-report.js b/e2e-tests/create-cucumber-html-report.js index 31da536fb..448aa199f 100644 --- a/e2e-tests/create-cucumber-html-report.js +++ b/e2e-tests/create-cucumber-html-report.js @@ -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" }); \ No newline at end of file