Skip to content

Instantly share code, notes, and snippets.

@timrisi
Created January 22, 2014 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timrisi/8551332 to your computer and use it in GitHub Desktop.
Save timrisi/8551332 to your computer and use it in GitHub Desktop.
### Starting on simulator App: /Users/Tim/Projects/Xamarin/monotouch-samples/MonoCatalog-MonoDevelop/bin/iPhoneSimulator/Debug/monocatalog.app ###
2014-01-21 15:26:21 -0900 instruments -D "/var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-bk4s79/trace" -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate "/Users/Tim/Projects/Xamarin/monotouch-samples/MonoCatalog-MonoDevelop/bin/iPhoneSimulator/Debug/monocatalog.app" -e UIARESULTSPATH /var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-bk4s79 -e UIASCRIPT /var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-bk4s79/_run_loop.js &> /var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-bk4s79/run_loop.out
Launching took 4.434895 seconds
Sending UIA command
uia.tapOffset('{:x 150, :y 129.75}')
Result
{"status"=>"success", "value"=>":nil", "index"=>0}
Given I am on the "Address Book" screen # features/step_definitions/my_first_steps.rb:1
Sending UIA command
uia.tapOffset('{:x 160, :y 102.5}')
Result
{"status"=>"success", "value"=>":nil", "index"=>1}
Then I touch "Select Contact" # calabash-cucumber-0.9.165/features/step_definitions/calabash_steps.rb:15
And I cancel the selection # features/step_definitions/my_first_steps.rb:57
Sending UIA command
uia.elementExists('[:view {:marked "Don’t Allow"}]')
uia action failed because: Timed out running command uia.elementExists('[:view {:marked "Don’t Allow"}]')
(RuntimeError)
features/my_first.feature:15:in `And I cancel the selection'
And I toggle the switches # features/step_definitions/my_first_steps.rb:65
Then I touch "Back" # calabash-cucumber-0.9.165/features/step_definitions/calabash_steps.rb:15
Scenario: Buttons # features/my_first.feature:19
Found instruments 92381. Killing...
Found instruments 92382. Killing...
{:launch_method=>:instruments, :reset=>false, :bundle_id=>"com.your-company.monocatalog", :device=>"iphone", :no_stop=>false, :no_launch=>false, :sdk_version=>"7.1", :device_target=>"simulator", :app=>"/Users/Tim/Projects/Xamarin/monotouch-samples/MonoCatalog-MonoDevelop/bin/iPhoneSimulator/Debug/monocatalog.app", :script=>"/Users/Tim/.rvm/gems/ruby-2.1.0/gems/run_loop-0.1.1/scripts/run_loop_fast_uia.js"}
device_target=simulator
udid=
bundle_dir_or_bundle_id=/Users/Tim/Projects/Xamarin/monotouch-samples/MonoCatalog-MonoDevelop/bin/iPhoneSimulator/Debug/monocatalog.app
script=/var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-1hnvvoy/_run_loop.js
log_file=/var/folders/d5/0m2657ws4b339b0ryh0brkhw0000gn/T/run_loop20140121-92292-1hnvvoy/run_loop.out
timeout=30
args=[]
Preparation took 0.03804 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment