Top "Cucumber-jvm" questions

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

SessionNotFoundException: Session ID is null. Using WebDriver after calling quit()? (Selenium)

I am trying to write some selenium automated UI tests using Cucumber/Java. If I have only one test in …

java selenium-webdriver selenium-chromedriver cucumber-jvm
How to pass List of strings from Cucumber Scenario

I need to pass the List of strings from cucumber scenario which works fine as below Scenario Outline: Verify some …

cucumber cucumber-jvm scenarios
Cucumber: Unable to find step definition

I have the following feature file: MacroValidation.feature @macroFilter Feature: Separating out errors and warnings Scenario: No errors or warnings …

cucumber-jvm cucumber-junit
How to install Cucumber-JVM on Eclipse

I have searched all over the internet but a newbie on java I cant figure out how to simply install …

java eclipse cucumber-jvm
Cucumber JVM undefined step

I can't execute a simple test with cucumber for a project. I am on Intellij 13 Community, with cucumber plugin. I …

java intellij-idea cucumber cucumber-jvm
cucumber jvm CucumberException: No features found at []

In my cucumber -jvm, Maven, junit Setup I have my testRunner file as package com.lebara.testrunner; import cucumber.junit.…

cucumber cucumber-jvm cucumber-junit
How to run the cucumber test using gradle

I'm having trouble running Cucumber tests in Gradle. I am using cucumber-jvm. Class TestNGCucumberRunner extends the AbstractTestNGCucumberTests and testng annotations …

java cucumber-jvm
Exception in thread "main" cucumber.runtime.CucumberException: No backends were found

I am developing my Selenium-JVM framework with Cucumber and while running my first feature got below error. Please help. How …

java selenium-webdriver cucumber-jvm
How to run cucumber file from command line

I have cucumber feature file located at below location on my local: C:\ProjectWork\Workspace\Cucumber\DIT_Cucumber\src\cucumber\…

java cucumber-jvm cucumber-junit
How do I create a Cucumber DataTable?

I want to manually set up a Cucumber DataTable using Java (instead of Gherkin). In Gherkin, my table would look …

cucumber gherkin cucumber-jvm