Jitendra Singh2

Results 4 comments of Jitendra Singh2

Hi @damianszczepanik Thank you for your reply. I am very new to cucumber-reporting project. I am not aware of the information on specification of feature parser. Please if you could...

I found a related issue https://github.com/cucumber/cucumber-jvm/issues/1343. ### cucumber-jvm-parallel-plugin ![image](https://github.com/damianszczepanik/cucumber-reporting/assets/138148209/1e25987d-9c45-4908-b340-2fb05782f158) **Points to Note** `cucumber-jvm-parallel-plugin` created files as required by `cucumber-reporting`, which determines the qualifiers based on the file names. Now `cucumber-jvm`...

Hi @damianszczepanik, I thought of a different approach. Is it possible to annotate variable `qualifier` with @JsonProperty("platform")? for example: ``` @JsonProperty("platform") private String qualifier; ``` and then we could change...

Guys, do we have any information on specification on cucumber bdd? where we can search for the same?