Top "Cucumber-jvm" questions

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

How do I specify a separate maven goal for running (Cucumber) acceptance tests?

I have the following project structure: MyProject --src --test --acceptance --step_definitions --features --unit I would like to be able …

maven integration-testing cucumber-jvm cucumber-junit
Sharing same selenium WebDriver between step definition files

Right now we're working on adopting Cucumber to run functional tests on our Java8/Spring app. We want our step …

java spring selenium cucumber-jvm
Cucumber PendingExceprion for test steps in Intellij IDEA

Erly I asked this question about cucumber and java. After correct my project, I checked PendingException in cucumber-junit. I have 2 …

java intellij-idea cucumber cucumber-jvm cucumber-junit
How to run Cucumber with OR AND Multiple tags

I have cucumber scenarios with examples. Examples are split into using multiple tags like below: Feature: ... Scenario Outline: ... ... @Admin @INT …

cucumber cucumber-jvm
Formatting Cucumber Feature file

I extensively use Data tables in cucumber feature file. Data Tables are mostly dump of Database table which i export …

java csv gherkin cucumber-jvm
how to get current Cucumber feature file name at runtime using Java

I want get current feature file name at runtime using Java. I have scenario info in hook but unable to …

cucumber cucumber-jvm cucumber-java
How to call a step from another step in Cucumber-JVM

In Cucumber (the ruby version) you can easily call steps from other steps and thus build hierarchical libraries of steps …

scala cucumber cucumber-jvm
Rerunning failed cucumber tests using cucumber-jvm

I have a Cucumber-JVM, JUnit, Selenium setup. I initiate the run by running RunSmokeTests.java using JUnit within Eclipse. I …

java maven cucumber-jvm cucumber-junit
How to make a scenario that depends on another scenario using cucumber, selenium and java

I am learning cucumber through some tutorials and there is something that I don't know how to do.. I need …

selenium-webdriver cucumber cucumber-jvm cucumber-java cucumber-junit
Reports are not generated when the build is failed in Maven Cucumber Reports

Reports are generating successfully when the build is successful but when there are any failed cases which cause build failure, …

maven selenium selenium-webdriver cucumber cucumber-jvm