From bb0a66f49df465160e253a6b67b9ec5981acbf5d Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 23 Feb 2024 19:52:37 +0100 Subject: [PATCH] configure html reporting for failing test run --- cypress/create-cucumber-html-report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '
',