Sha256: 904f461ac7d27fafd547d467ab78256f24a6e79408abcf960d605297c5d625f6
Contents?: true
Size: 1.99 KB
Versions: 1
Compression:
Stored size: 1.99 KB
Contents
Usage: calabash-ios <command-name> [parameters] <command-name> can be one of help gen setup [path]? (Note: EXPERIMENTAL) sim locale [lang] [regional]? sim reset (Note: EXPERIMENTAL) sim acc sim device [iPad, iPhone, iPhone_Retina] Commands: gen creates a skeleton features dir. This is usually used once when setting up calabash to ensure that the features folder contains the right step definitions and environment to run with cucumber. setup [path]? (EXPERIMENTAL) Automates setting up your iOS Xcode project with calabash-io-server. It will download calabash.framework and modifying you Xcode project file. The parameter [path] is optional (default is the current dir). If specified [path] should be the path to your iOS Xcode project (i.e., the folder which contains projectname.xcodeproj). The following modifications are made - add the calabash.framework to your Frameworks folder - add $(SRCROOT) to framework search path - link with calabash.framework (target can be chosen) - create a new Build configuration: Calabash - ensure calabash.framework is loaded in Calabash configuration - create a new scheme name project-cal Your Xcode project file will be backed up as project.pbxproj.bak. The backup is placed in the .xcodeproj folder for your project. If something goes wrong. Close Xcode and copy project.pbxproj.bak to project.pbxproj inside your .xcodeproj folder. sim locale [lang] [regional]? Changes the regional settings for the iOS Simulators. You must ensure the correct format for the optional regional parameter, for example, da_DK, en_US. sim reset (EXPERIMENTAL) Will select "Reset Content and Settings" in the iOS Simulators using AppleScript. sim device [device] Will set the default iOS Simulator device. [device] can be one of iPad, iPhone, iPhone_Retina.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calabash-cucumber-0.9.19 | doc/calabash-ios-help.txt |