Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 464 Bytes

html-report.md

File metadata and controls

11 lines (9 loc) · 464 Bytes

HTML reports

HTML reports are powered by @cucumber/html-formatter. They can be enabled using the html.enabled property. The preprocessor uses cosmiconfig, which means you can place configuration options in EG. .cypress-cucumber-preprocessorrc.json or package.json. An example configuration is shown below.

{
  "html": {
    "enabled": true
  }
}