mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +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'
|
||||
|
||||
report.generate({
|
||||
jsonDir: 'reports/json_logs',
|
||||
jsonDir: './reports/json/',
|
||||
reportPath: './reports/e2e_html_report',
|
||||
pageTitle: reportTitle,
|
||||
reportName: reportTitle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user