classpath:com/mcb/tests
Now the above returns 'No feature files found'.I then change it to
classpath:BOOT-INF/classes/com/mcb/testsThis works but then the glue classes cannot be found. Cucumber instructs me to implement missing steps.Any ideas?
Worked perfectly with 1.3.5. But is broken with 1.4 and later versions of spring boot because of the way the spring boot jar is structured.Feature files and glue classes now sit under BOOT-INF/classes.
Earlier i could reference my feature files as belowclasspath:com/mcb/tests Now the above returns 'No feature files found'.I then change it toclasspath:BOOT-INF/classes/com/mcb/testsThis works but then the glue classes cannot be found. Cucumber instructs me to implement missing steps.Any ideas?
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.