configure html reporting for failing test run

This commit is contained in:
mahula 2024-02-23 19:58:49 +01:00
parent bb0a66f49d
commit 3b6ebf591c

View File

@ -3,7 +3,7 @@ import report from 'multiple-cucumber-html-reporter'
const reportTitle = 'DreamMall End-to-End Test Report'
report.generate({
jsonDir: 'reports/json_logs',
jsonDir: './reports/json/',
reportPath: './reports/e2e_html_report',
pageTitle: reportTitle,
reportName: reportTitle,