From f2c96cb6ae1af72f9009ca01f18f584f5ee43418 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 4 Jul 2023 18:29:09 +0200 Subject: [PATCH] add e2e test report creation script and remove mochawesome options from cypress config --- e2e-tests/create-cucumber-html-report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/create-cucumber-html-report.js b/e2e-tests/create-cucumber-html-report.js index 6078fee41..31da536fb 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/jsonlogs", + jsonDir: "cypress/json_logs", reportPath: "./cypress/reports/cucumber-htmlreport.html" }); \ No newline at end of file