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.

Cant run feature in Cucumber

Im having issues running a feature in Cucumber, the feature is very basic as it's from a tutorial. It is …

java exception cucumber cucumber-jvm
capybara - Find with xPath is leaving the within scope

I am trying to build a date selector with Capybara using the default Rails date, time, and datetime fields. I …

ruby ruby-on-rails-3 cucumber capybara ruby-1.9.2
How do I find an image on a page with Cucumber / Capybara in Rails 3

I am using Cucumber / Capybara with Rails 3 and am trying to validate the existence of an image after upload. I'm …

ruby-on-rails cucumber paperclip
how to define step definitions location for cucumber in intelliJ 12

I have my feature files in src/resources/com/features and my step definitions in src/main/java/com/step_…

grails intellij-idea cucumber geb
Where can I find a Gherkin language spec/guide?

I'm trying to find out all available syntax/format in Gherkin, such as about multiline argument and everything else I …

cucumber specflow gherkin
Handling excel spreadsheets with Cucumber Scenario Outline

I am trying to see, if possible, to have a more elegant way to handle calling nTh numbers from a …

java excel selenium cucumber qaf
How to pass variable values between steps in Cucumber Java?

I have a variable and I want to pass this variable across all the steps. Anyone can suggest with an …

cucumber cucumber-jvm cucumber-junit meteor-cucumber
How to test for same feature with multiple backgrounds in cucumber

I've got a feature (a .feature file) that are working fine in cucumber. The background of all the scenarios in …

cucumber
"Invalid gemspec in" and "Illformed requirement" whenever I create a new project in rails (cucumber issue)

Every time I create a new project I get the following errors: Adams-MacBook-Pro:for_testing adam$ rails new outsidein Invalid …

ruby-on-rails cucumber
continue running cucumber steps after a failure

Is there any way to continue executing Cucumber Steps even when one of the steps fails. In my current setup …

cucumber gherkin cucumber-jvm cucumber-junit