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

CourgetteRunInfo missing inside @CourgetteAfterAll #352

Closed kamil1014 closed 1 year ago

kamil1014 commented 1 year ago

Hi,

I want to read some stats about tests after execution and in doc there is CourgetteRunInfo class to do that. But inside my project this class is missing i have only CourgetteRunnerInfo which does not have static methods or fields. I use latest version

Thanks!

prashant-ramcharan commented 1 year ago

Hi,

If you navigate (click) the CourgetteRunnerInfo class from your IDE what methods do you see in this class?

Perhaps worth try clearing the dependancy in your m2 or gradle directory and re-importing.

kamil1014 commented 1 year ago

Thanks, it was IntelliJ problem with importing new version. Now it works as expected!