prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

ReportPortal Filters Not Working #314

Closed jiteshk11 closed 2 years ago

jiteshk11 commented 2 years ago

Hi @prashant-ramcharan ,

Thanks for pushing new changes for reportportal. It really help to see test results in more organized way (similar to what we have in feature/scenarios).

However, I notice that filters stoped working for me. If I click on Passed , failed link for any launch it shows be below:

image image

However, filters were working fine before.

I checked the filters created by reportportal in url, its same. Shouldn't there be new filters generated to accommodate your changes? Please advise if I am missing any thing.

Thanks,

prashant-ramcharan commented 2 years ago

Hi, I will investigate this further.

jiteshk11 commented 2 years ago

Hi @prashant-ramcharan , Is there any update in this? Thanks

prashant-ramcharan commented 2 years ago

Hi @jiteshk11 ,

Yes, I've found the cause of the issue and will release a fix.

prashant-ramcharan commented 2 years ago

This is now fixed in Courgette 6.4.0

jiteshk11 commented 2 years ago

Thanks @prashant-ramcharan . I will try it and let you know.

jiteshk11 commented 2 years ago

Perfect, works fine. Thanks again @prashant-ramcharan