Top "Cucumber-jvm" questions

Cucumber-JVM is a Cucumber implementation for the most popular JVM languages.

Specify the feature file location in cucumber

I have created some cucumber test steps and a small Cucumber test case, which I run with JUnit like so: @…

cucumber cucumber-jvm cucumber-junit
cucumber-java and cucumber-junit after version 1.0.14 does not work

I am using Cucumber-JVM and Selenium WebDriver together. I have a Maven project in eclipse and dependency of pom.xml …

eclipse selenium-webdriver cucumber cucumber-jvm cucumber-junit
How to get name of scenario in cucumber java?

I would like to get name of scenario to have meaningful logs and to generate custom report at run-time in …

java cucumber cucumber-jvm
Cucumber Test a Spring Boot Application

Does anyone know where I can find a sample application where Cucumber is used to test a Spring Boot application …

java spring spring-boot cucumber-jvm
Can I use spring to autowire controller in cucumber test?

I am using Cucumber to automate the testing of services and controllers in my app. In addition, I am using …

java spring cucumber cucumber-jvm cucumber-junit
cucumber junit runner java.lang.NoSuchMethodError:

Trying to implement cucumber to do some automated tests. jUnit tests. I've created 2 files and edited pom.xml that comes …

java maven junit cucumber cucumber-jvm
Global BeforeAll Hook for cucumber-jvm?

The ruby version of cucumber supports a global before hook. An *.rb file placed in the features/support directory gets …

java cucumber cucumber-jvm
Maven running cucumber specific feature files or folders

How is it possible to use the cucumber feature option from maven command line. Of a tree full of features (…

maven cucumber cucumber-jvm
How to link feature and step definition in cucumber

I'm new to Cucumber java and had this problem in initial stages: I'm not using MAVEN project for some reason. …

java cucumber cucumber-jvm cucumber-junit
Step does not have a matching glue code error in cucumber eclipse

I am trying to run a feature file which mentioned follows. Feature: Prove the concept of my script Scenario: My …

java eclipse cucumber cucumber-jvm cucumber-junit