mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
configure html reporting for failing test run
This commit is contained in:
parent
bb0a66f49d
commit
3b6ebf591c
@ -3,7 +3,7 @@ import report from 'multiple-cucumber-html-reporter'
|
|||||||
const reportTitle = 'DreamMall End-to-End Test Report'
|
const reportTitle = 'DreamMall End-to-End Test Report'
|
||||||
|
|
||||||
report.generate({
|
report.generate({
|
||||||
jsonDir: 'reports/json_logs',
|
jsonDir: './reports/json/',
|
||||||
reportPath: './reports/e2e_html_report',
|
reportPath: './reports/e2e_html_report',
|
||||||
pageTitle: reportTitle,
|
pageTitle: reportTitle,
|
||||||
reportName: reportTitle,
|
reportName: reportTitle,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user