We have cucumber @Before/@After annotations in a class on the classpath but the methods annotated are not called.
The reason for this is that the scanning for packages that need including as cucumber "glue" does not include cucumber.annotation.* - only cucumber.annotation..
We have cucumber @Before/@After annotations in a class on the classpath but the methods annotated are not called.
The reason for this is that the scanning for packages that need including as cucumber "glue" does not include cucumber.annotation.* - only cucumber.annotation..