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 obtain the value of a checkbox in capybara?

I want to check if a checkbox is checked using cucumber and capybara. I have checked the checkbox in my …

cucumber capybara
Does if else concept available in feature file (Gherkin language)?

Is there anyway where we can use if/else concept in feature file? For example: Scenario: User should be able …

cucumber cucumber-jvm gherkin
How to switch between different version of gem installed?

I have three version of rack installed on local machine (rack (1.4.1, 1.3.6, 1.3.5)). For some gem (such as Cucumber), it requires a …

ruby gem cucumber rack
How do I run my cucumber-jvm features in parallel? (with maven using cucumber-jvm-parallel-plugin)

I am trying to incorporate a maven plugin cucumber-jvm-parallel-plugin into my Cucumber-JVM code and am running into some problems... I …

maven cucumber cucumber-jvm cucumber-junit cucumber-java
Getting error "cucumber.runtime.CucumberException: Couldn't load plugin class: com.cucumber.listener.ExtentCucumberFormatter."

I am trying to generate Extent report for my test run using Junit cucumber ,but i am getting error "cucumber.…

junit cucumber extentreports
Net::ReadTimeout (Net::ReadTimeout) Selenium Ruby

I've seen a few posts related to timeout errors within Selenium. This is becoming more and more unbearable as it's …

ruby selenium cucumber capybara
How can i do multiline commenting for my feature steps for Calabash with Ruby

I was trying to comment multiple steps for my calabash Feature file (Ruby) using """.I'm using # for commenting single lines …

ruby comments cucumber calabash
No tasks available when executing JUnit runner class

I am trying to run Cucumber feature files in IntelliJ. Cucumber Options is pointing to the right folder, but I …

intellij-idea junit cucumber cucumber-junit test-runner
Initializaton error in com.cucumber.listener.ExtentCucumberFormatter

I am running the script using Cucumber in BDD Framework and I am using Extent Reports plugin to create the …

selenium cucumber bdd extent
cucumber and capybara, how to open external url or visit outside url

i am using cucumber and capybara. in a rails 3.0.9 platform. i am getting this test case fail: log is: (::) failed …

ruby-on-rails ruby ruby-on-rails-3 cucumber capybara