Ability to merge ndjsons generated by formatters into an html report #981
Replies: 4 comments 7 replies
-
|
I think that in order to have feature parity with SpecFlow.Plus.LivingDoc.CLI, the capability of merging multiple ndjson files into a single HTML report is needed. Additionally, this will be needed in air-gapped environments, since tools such as cucumber html-formatter will produce HTML files and try to fetch resources (css, js) from Internet. |
Beta Was this translation helpful? Give feedback.
-
|
We have seen the problem, but no concrete plans yet. Do you have some ideas how this should work from the user's perspective? (Everyone, please use the vote button to indicate your interest to proposed feature ideas, like this.) |
Beta Was this translation helpful? Give feedback.
-
|
Isn't merging ndjson files super easy? It's just concatenation? E.g. Powershell: Get-Content file1.ndjson, file2.ndjson | Set-Content merged.ndjsonBash cat file1.ndjson file2.ndjson > merged.ndjson |
Beta Was this translation helpful? Give feedback.
-
|
Here is a sample project on how to use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When having multiple stages of running UI/API tests, the ability to combine the ndjsons produced in different stages into a single html report is quite useful. Is there a plan to implement this feature in future Reqnroll releases?
Beta Was this translation helpful? Give feedback.
All reactions