badeball / cypress-cucumber-preprocessor

Run cucumber/gherkin-syntaxed specs with Cypress
MIT License
1.32k stars 147 forks source link

Avoid writing implicit messages report #1140

Closed badeball closed 9 months ago

badeball commented 9 months ago

The messages (ndjson) report is implicitly generated, as the json and html report are products of it (think a function - messages goes in - json and html comes out). With the introduction of a more stateful backend in v17.0.0 however, I think that the backend could contain this implicit state without touching the file system.