cucumber-reporting
cucumber-reporting copied to clipboard
Is there anything that can be used to group features and view them seperately?
Hi, so we have a use case in where 4 different test suites are being ran in parallel and being funneled into 4 separate cucumber jsons. However the problem is the results are lumped together. I did not see anything in the docs in support for this, maybe I missed it.
I have created a POC for this, by have each set of tests have it's own feature overview and then there is a home page with a button for each set of tests and however how we are grouping these features is very specific to our tests and use case.
I was wanting to know your thoughts on this. If there was any way we could find a way to group features in a configurable way, If something does not already exist and integrate into the overall project.
Thanks!
tags?
In our case tags are not used to distinguish between the tests in the way we would like to see them broken up.
Hi, this request might be similar with the case described in this issue: https://github.com/damianszczepanik/cucumber-reporting/issues/769
Can we alternately allow to add a category [Not a cucumber tag] to group features or scenarios by some criteria like browser, OS or anything custom? In my current framework we run all tests against multiple browsers in single run, however we don't have an option to view report by browsers. So my idea of this feature is that have a parent level link to "Report by category" under which you get option to click to category of choice.
@dabogee do you think your solution can help with this? For example new merger that splits by JSON file