Top "Cucumber-jvm" questions

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

Is it possible to pass Java-Enum as argument from cucumber feature file

I am currently using selenium with Java,And want to implement cucumber to make test script more readable. Currently facing …

selenium enums cucumber cucumber-jvm cucumber-java
Cucumber-JVM 3 - io.cucumber.datatable.UndefinedDataTableTypeException

I updated from Cucumber-JVM 2.4.0 to 3.0.2 in my pom.xml and DataTables started throwing this exception: io.cucumber.datatable.UndefinedDataTableTypeException: Can't …

java datatable cucumber cucumber-jvm
Cucumber/gradle example not generating report?

I'm investigating using gradle and cucumber together, and found this lovely example in cucumber's github. So, I cloned the repository …

cucumber gradle cucumber-jvm cucumber-junit
How can I run Cucumber test using explicit Maven goal?

I have an application contains both Cucumber and JBehave test, I want to be able to run one of them …

maven cucumber cucumber-jvm jbehave
Katalon - export recorded test script to java/junit

Is there an option to export recorded test script to Java/JUuit(similar to slenium IDE) in Katalon studio? Because …

selenium selenium-webdriver cucumber-jvm cucumber-java katalon-studio
Cucumber JVM: How do I use a double as an input value?

For a Behavior test that I'm trying to write, I require inputs that are floating point. How do I set …

regex cucumber cucumber-jvm cucumber-junit
Getting error during running Cucumber feature file Unknown option: --plugin

Usage: java cucumber.api.cli.Main [options] [ [FILE|DIR][:LINE[:LINE]*] ]+ Options: -g, --glue PATH Where glue code (step definitions …

cucumber bdd cucumber-jvm cucumber-junit cucumber-java
How to load a value from . properties file in Cucumber-jvm step class

I have written a cucumber integration tests and it is running ok. And then i wanted some class variables from …

java spring testing integration cucumber-jvm
How to resolve deprecated @CucumberOptions?

In the following code i was using @cucumber.options.But it says it is deprecated. So i am trying to …

cucumber cucumber-jvm cucumber-junit
Cucumber-JVM Step definitions

After creating my feature file in eclipse, i run it as a Cucumber feature. i use the step definition the …

java cucumber cucumber-jvm cucumber-junit