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 do I get the HTML in an element using Capybara?

I’m writing a cucumber test where I want to get the HTML in an element. For example: within 'table' …

cucumber capybara
iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing

What are the best technologies to use for behavior-driven development on the iPhone? And what are some open source example …

iphone ios rspec cucumber ios-ui-automation
Cucumber Exception: java.lang.ClassNotFoundException: cucumber.io.ResourceLoader

I am facing an error whenever I run the cucumber test by Junit. Here is the following Exception. Any help …

java junit cucumber cucumber-jvm cucumber-junit
Unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)

While testing scenario by cucumber i'm getting the following error when running rspec tests unable to obtain stable firefox connection …

ruby-on-rails cucumber capybara selenium-webdriver rspec-rails
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
How to execute Multiple cucumber feature files using tags

I am trying to run multiple feature file using tags, i have tried the command cucumber --tag @some_name --tag @…

cucumber watir-webdriver
Error while running cucumber in junit

Hi i am new to cucumber java. i am trying to run a simple cucumber feature test. below are my …

java cucumber cucumber-junit
Reuse Cucumber steps

I want to reuse some Cucumber steps but can't seem to find the right way. I want to write a …

ruby testing cucumber
Cucumber feature file does not identify the steps

I have written my firsy cucumber feature file. When I run the feature file as Cucumber Feature, I get below …

java eclipse selenium cucumber gherkin
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