add e2e test report creation script and remove mochawesome options from cypress config

This commit is contained in:
mahula 2023-07-04 18:29:09 +02:00
parent 21f4bd9e05
commit f2c96cb6ae

View File

@ -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"
});