Top "Cucumber" questions

Cucumber is a Behavior Driven Development (BDD) tool that executes functional descriptions written in plain text (structured in the simple Gherkin language) as automated tests.

How to rerun the failed scenarios using Cucumber?

I'm using Cucumber for my tests. How do I rerun only the failed tests?

cucumber
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
Element is not clickable at point . Other element would receive the click:

I'm trying to click a button on top of the page.I'm using CSS selector and it works perfectly fine …

java css selenium jenkins cucumber
Cucumber alternative for .NET

Quick one, has anyone come across a library similar to Ruby's cucumber (a human readable DSL for defining use case …

.net cucumber
How do I disable a feature in specflow (Gherkin) without deleting the feature?

I have some SpecFlow features (using the Gherkin syntax) and I would like to temporarily disable the feature to prevent …

cucumber specflow gherkin
Ruby on Rails: Cucumber: how do I Rake a single feature?

Reason why I want to run them individually, is because I need to have them individually set up in my …

ruby-on-rails cucumber
Good Cucumber examples in the wild?

I've tried Cucumber for a few projects a couple of years ago and am looking to give it another go. …

ruby cucumber bdd
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
Specify the feature file location in cucumber

I have created some cucumber test steps and a small Cucumber test case, which I run with JUnit like so: @…

cucumber cucumber-jvm cucumber-junit
cucumber-java and cucumber-junit after version 1.0.14 does not work

I am using Cucumber-JVM and Selenium WebDriver together. I have a Maven project in eclipse and dependency of pom.xml …

eclipse selenium-webdriver cucumber cucumber-jvm cucumber-junit