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
}
}