Top "Cucumber-junit" questions

The JUnit integration provided by the Cucumber-Jvm project.

java.lang.NoClassDefFoundError exception while running cucumber test using JUnit

I'm trying to run a cucumber test with JUnit and I'm getting java.lang.NoClassDefFoundError exception. JUnit code: package ctest; …

selenium selenium-webdriver junit cucumber cucumber-junit
How to exclude cucumber tags

I have a bunch of IT cases with various cucumber tags. In my main runner class I want to exclude …

java scala cucumber cucumber-junit
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
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
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
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
what is the difference between io.cucumber and info.cukes

I am trying to integrate BDD using Cucumber. But I am really confused what is the difference between io.cucumber …

cucumber cucumber-java cucumber-junit
How to create dynamic glue in cucumber java based on the feature file location?

I am having a java project which is built using maven. I have multiple packages,feature files based on different …

java cucumber cucumber-jvm cucumber-junit cucumber-java