Top "Cucumber-jvm" questions

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

IntelliJ IDEA not recognizing .feature files

I have installed the cucumber-java and gherkin plugins in IntelliJ IDEA but when I create a .feature file it is …

intellij-idea cucumber-jvm gherkin
Cucumber `--tags` options from command line?

What i would like to do is to pass cucumber options from command line to execute scenarios with tag name @…

cucumber cucumber-jvm cucumber-junit cucumber-java
Cucumber JVM: Test if the correct exception is thrown

How to test that the correct exception is thrown when using Cucumber JVM? When using JUnit, I would do something …

cucumber-jvm
Running Cucumber tests directly from executable jar

I have a project with cucumber and maven also I am using the JUnit. I am able to run and …

maven cucumber cucumber-jvm cucumber-junit cucumber-java
Is there a way to directly generate Step Definitions in Eclipse without Running Cucumber?

Im doing integration testing with cucumber and Gradle in Eclipse. For now my workflow is Write a feature file Run …

java eclipse cucumber cucumber-jvm gherkin
Cant run feature in Cucumber

Im having issues running a feature in Cucumber, the feature is very basic as it's from a tutorial. It is …

java exception cucumber cucumber-jvm
How to pass variable values between steps in Cucumber Java?

I have a variable and I want to pass this variable across all the steps. Anyone can suggest with an …

cucumber cucumber-jvm cucumber-junit meteor-cucumber
continue running cucumber steps after a failure

Is there any way to continue executing Cucumber Steps even when one of the steps fails. In my current setup …

cucumber gherkin cucumber-jvm cucumber-junit
Setting cucumber-jvm options in Maven from the command line

I am trying to set the "name" option for Cucumber to be able to run a specific feature or scenario. …

java maven cucumber-jvm
Is it possible to skip a scenario with Cucumber-JVM at run-time

I want to add a tag @skiponchrome to a scenario, this should skip the scenario when running a Selenium test …

cucumber-jvm