Annotations not firing in SharedDriver with cucumber-jvm Annotations not firing in SharedDriver with cucumber-jvm selenium selenium

Annotations not firing in SharedDriver with cucumber-jvm


Put SharedDriver in the same package as RunCukesIT, i.e. com.tests.

When using the JUnit runner, the glue becomes the unit test package (here com.tests), and this is where cucumber-jvm will “scan” the classes for annotations.