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.

REST API test cucumber steps best practice

Trying to write up cucumber feature steps for REST API test. I am not sure which approach is better: Given …

ruby rest cucumber web-api-testing
Global BeforeAll Hook for cucumber-jvm?

The ruby version of cucumber supports a global before hook. An *.rb file placed in the features/support directory gets …

java cucumber cucumber-jvm
How to get parent node in Capybara?

I'm working with many jQuery plugins, that often create DOM elements without id or other identification properties, and the only …

ruby-on-rails ruby cucumber bdd capybara
How do you POST to a URL in Capybara?

Just switched from Cucumber+Webrat to Cucumber+Capybara and I am wondering how you can POST content to a URL …

ruby-on-rails cucumber webrat capybara
How to exclude cucumber tags

I have a bunch of IT cases with various cucumber tags. In my main runner class I want to exclude …

java scala cucumber cucumber-junit
How to learn/teach Gherkin for Cucumber

I'd like to enable the business analysts to be able to write all of their specs for features, scenarios and …

ruby-on-rails ruby cucumber specflow gherkin
Maven running cucumber specific feature files or folders

How is it possible to use the cucumber feature option from maven command line. Of a tree full of features (…

maven cucumber cucumber-jvm
SpecFlow/Cucumber/Gherkin - Using tables in a scenario outline

Hopefully I can explain my issue clearly enough for others to understand, here we go, imagine I have the two …

cucumber automated-tests specflow gherkin
How can I see what capybara found in a failing cucumber step?

I started migrating from cucumber + webrat to cucumber + capybara. Now the behavior of "I should see " seems to be somewhat …

ruby-on-rails cucumber webrat capybara
How to link feature and step definition in cucumber

I'm new to Cucumber java and had this problem in initial stages: I'm not using MAVEN project for some reason. …

java cucumber cucumber-jvm cucumber-junit