Cucumber-JVM is a Cucumber implementation for the most popular JVM languages.
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-junitRight now we're working on adopting Cucumber to run functional tests on our Java8/Spring app. We want our step …
java spring selenium cucumber-jvmErly 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-junitI have cucumber scenarios with examples. Examples are split into using multiple tags like below: Feature: ... Scenario Outline: ... ... @Admin @INT …
cucumber cucumber-jvmI extensively use Data tables in cucumber feature file. Data Tables are mostly dump of Database table which i export …
java csv gherkin cucumber-jvmI want get current feature file name at runtime using Java. I have scenario info in hook but unable to …
cucumber cucumber-jvm cucumber-javaIn Cucumber (the ruby version) you can easily call steps from other steps and thus build hierarchical libraries of steps …
scala cucumber cucumber-jvmI 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-junitI 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-junitReports 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