Skip to content
Ahmed Ali edited this page Jan 24, 2016 · 16 revisions

Cucumberish provides a native Objective-C API to implement steps defined in Gherkin language.

Beside the basic features of the Gherkin language, Cucumberish also provide the Hooks implementation with a native API.

Why the name Cucumberish?

Cucumber guys are the first to introduce Gherkin language and this kind of automated test methodology.

However, all the previous attempts to bring Gherkin into iOS was done by using Ruby implementation of Cucumber and then introduce intermediate layers to do the bridge between iOS and Ruby.

Since Cucumberish is using the same Feature definition language as Cucumber, but its implementation is not Ruby at all, thus it is named Cucumberish

In the wiki pages

At the end of every wiki page you will find either @devs or @everyone If you found @Dev, it means the content of this page will contain technical information that only devs can perform. If it is @Everyone, then it doesn't matter if you are developer or not you might find it useful.

##@Everyone

Clone this wiki locally