diff --git a/cypress/create-cucumber-html-report.js b/cypress/create-cucumber-html-report.js index 1c3d796..71a982c 100644 --- a/cypress/create-cucumber-html-report.js +++ b/cypress/create-cucumber-html-report.js @@ -4,7 +4,7 @@ const reportTitle = 'DreamMall End-to-End Test Report' report.generate({ jsonDir: 'reports/json_logs', - reportPath: './reports/cucumber_html_report', + reportPath: './reports/e2e_html_report', pageTitle: reportTitle, reportName: reportTitle, pageFooter: '
',