spring-boot-cucumber-example icon indicating copy to clipboard operation
spring-boot-cucumber-example copied to clipboard

Sample code of using spring boot with cucumber

Results 2 spring-boot-cucumber-example issues
Sort by recently updated
recently updated
newest added

Add this to your build file: compile("org.springframework:spring-tx")

I cloned this repo and set it up in IDEA, then attempted to run StepDefs, but encountered: `java.lang.Exception: No runnable methods ``` at org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(BlockJUnit4ClassRunner.java:191) at org.junit.runners.BlockJUnit4ClassRunner.collectInitializationErrors(BlockJUnit4ClassRunner.java:128) at org.junit.runners.ParentRunner.validate(ParentRunner.java:416) at org.junit.runners.ParentRunner.(ParentRunner.java:84)...