-
Notifications
You must be signed in to change notification settings - Fork 369
Cucumber
Joshua Moody edited this page Jun 17, 2015
·
1 revision
Here are some resources for learning about Cucumber.
We recommend that you get a copy of "The Cucumber Book" by Hellesøy and Wynne.
These pages contain a wealth of information:
- https://github.com/cucumber/cucumber/wiki
- http://cukes.info/step-definitions.html
- http://cukes.info/reports.html
Calabash iOS requires a number of ENV variables and arguments to be passed on the command line.
We recommend that you use cucumber profiles control these variables.
Here is an example of a comprehensive cucumber.yml file:
Organize your Scenarios and Features, and optimize your work flow using cucumber tags.