Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 621 Bytes

02_gherkin.md

File metadata and controls

31 lines (24 loc) · 621 Bytes

!SLIDE bullets smaller

Gherkin

  • Natural-ish DSL
  • The language behind Cucumber
  • Abstract feature description
  • Focus on business value (In order to...)

!SLIDE center Gherkin

!SLIDE smaller

What sucks about Cucumber

!SLIDE center smaller Step madness

Step MADNESS

!SLIDE center smaller Step ambiguity

Step ambiguity

!SLIDE center smaller Regex

Regex-based step matching

Reusable Cucumber steps == Ugly steps

(regexes matching a shitload of different cases)

!SLIDE smaller

We love Gherkin, not Cucumber

so ...