Top "Gherkin" questions

Gherkin is the language used to write specifications for Cucumber, Specflow and similar BDD frameworks.

How to do block comments in Gherkin?

In gherkin syntax (used by Cucumber and SpecFlow, I can comment out a line by prefixing it with '#' …

syntax cucumber comments specflow gherkin
SpecFlow: Scenario Outline Examples

I just starting to work with SpecFlow and really like the tool. However I am running across some issues in …

c# asp.net-mvc specflow acceptance-testing gherkin
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
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
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
Is it ok to have multiple groups of Given/When/Then in a single gherkin scenario

I'm writing acceptance tests in Gherkin where I want to test for multiple changes in the UI of a web …

testing bdd gherkin
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
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
Are there any non-developer tools to edit gherkin files?

Gherkin syntax files are just plain text so any editor such as notepad can be used. However, one of the …

cucumber bdd specflow gherkin
IntelliJ IDEA not recognizing .feature files

I have installed the cucumber-java and gherkin plugins in IntelliJ IDEA but when I create a .feature file it is …

intellij-idea cucumber-jvm gherkin