-
Notifications
You must be signed in to change notification settings - Fork 83
Home
Cucumberish provides a native Objective-C/Swift API to implement steps written in Gherkin language.
Beside the basic features of the Gherkin language, Cucumberish also provide the Hooks implementation with a native API.
At the beginning of every wiki page you will find either @Dev or @Everyone If you found @Dev, it means the content of this page (or the following part of the page) will contain technical information that only developers can perform. If it is @Everyone, then it is important to be read by developers and non-technicals
- Install manually for Objective-C test targets
- Install manually for Swift test targets
Add the following to your Podfile
use_frameworks!
target 'YourAppTestTarget' do
pod 'Cucumberish'
end
And follow the rest for the setup steps:
- Install with Carthage for Objective C test targets
- Install with Carthage for Swift test targets
This Wiki will be the reference for all of us while we use Cucumberish. Making it perfect will never happen with only one eye. Your help is definitely needed and appreciated, if you have any suggestion or feedback or any other form of contribution to the wiki, please do not hesitate to do it!