Top "Gherkin" questions

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

Cucumber Features and Step Definitions

I am new to Cucumber testing. I have created two features files: events.feature partner.feature and have my step …

ruby cucumber gherkin
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
Recommended reading to learn Gherkin

I wish to learn Gherkin so I can use it with specflow; I am looking for a document I can …

testing rspec bdd specflow gherkin
Is it possible to write a gherkin step on multiple lines?

I am new to the Gherkin language and this seems to me like very basic question but I could not …

cucumber gherkin
Is it possible to reuse a feature as the "Given" for another feature?

Is it possible to reuse a feature as the "Given" for another feature? Or am I trying to do something …

cucumber gherkin
SpecFlow/Gherkin highlighting in Sublime Text 2

Does anyone know if there are any Sublime Text 2 packages available to enable syntax highlighting for SpecFlow / Gherkin specification files?

sublimetext2 sublimetext specflow gherkin
Is it possible to navigate from feature file to step definition in VSCode

I am primarily using RubyMine for Cucumber/Ruby, and now, I'm getting my hands on VSCode, with which I'm able …

ruby cucumber visual-studio-code gherkin
Formatting Cucumber Feature file

I extensively use Data tables in cucumber feature file. Data Tables are mostly dump of Database table which i export …

java csv gherkin cucumber-jvm
Pretty output of Gherkin feature files

We're building up a specification in Gherkin, and we'd like to present the feature files to the business stakeholders. How …

bdd gherkin
Can I escape the pipe in specflow (or gherkin)

I've got a specflow step table that I want to have the | (pipe) character as a part of the content. …

cucumber specflow gherkin