configure html reporting for failing test run

This commit is contained in:
mahula 2024-02-23 19:52:37 +01:00
parent 4f54062882
commit bb0a66f49d

View File

@ -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: '<div></div>',