uiauto icon indicating copy to clipboard operation
uiauto copied to clipboard

UI Automation script runner.

Results 10 uiauto issues
Sort by recently updated
recently updated
newest added

uiauto exec Test-1.js Script: Test-1.js /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/instruments.rb:82:in `join': no implicit conversion of nil into String (TypeError) from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/instruments.rb:82:in`default_application' from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/instruments.rb:18:in `initialize' from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/runner.rb:48:in`new' from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/runner.rb:48:in `run_one' from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/runner.rb:34:in`run' from /Library/Ruby/Gems/2.0.0/gems/uiauto-0.2.1/lib/uiauto/cli.rb:71:in `exec'...

Hi, is this planned? Do you have time to do it or should we start looking for a different runner? Thanks Maciej

After installing and starting I get the following crash: ``` Script: foobar.js Test: "start" /Users/thomas/.rvm/gems/ruby-1.9.3-p194/gems/uiauto-0.2.1/lib/uiauto/formatters/color_indent_formatter.rb:45:in `log_debug': undefined method `foreground' for # (NoMethodError) from /Users/thomas/.rvm/gems/ruby-1.9.3-p194/gems/uiauto-0.2.1/lib/uiauto/reporter.rb:79:in `block in notify_listeners' from /Users/thomas/.rvm/gems/ruby-1.9.3-p194/gems/uiauto-0.2.1/lib/uiauto/reporter.rb:78:in `each'...

The method "setup_simulator_data" used in .js files doesn't have option sdk. There is no possibility to load data for e.g. 7.0 simulator because default value is 6.1

This pull request addresses the following issues: https://github.com/enriquez/uiauto/issues/10 https://github.com/enriquez/uiauto/issues/11

String mixin has been removed by default from the rainbow gem. Please see https://github.com/sickill/rainbow#string-mixin This causes the `color_indent_formatter` to throw `undefined method` errors all over. The one line fix is...

The simulator is launched and a device family is attempted to be selected even if the user passes --device. There does not seem to be a valid reason for this.

Convert trace results so that Bamboo and Jenkins can read the test results

UIAuto magically finds your app bundle if it is in `~/Library/Developer/Xcode/DerivedData/`. This location may be different if it has been customized in Xcode... so we should first parse `~/Library/Preferences/com.apple.dt.Xcode.plist` to...