tuneup_js icon indicating copy to clipboard operation
tuneup_js copied to clipboard

A JavaScript library to ease automated iOS UI testing with UIAutomation and Instruments.

Results 6 tuneup_js issues
Sort by recently updated
recently updated
newest added

I would like to add basic setup teardown functionality to the tests. I have a working code which checks if there is a setup, teardown function is defined it calls...

I updated Ruby to 1.2.4 and Xcode to 6.1, and tuneup js to latest version, then I try to use the auotomation, but got following error: ### Launching instruments. Will...

I updated to iOS 8 SDK, and also updated tuneup js, but I got following error when I try to run automation: ruby(22747,0x7fff76253300) malloc: **\* error for object 0x100801a08: incorrect...

The `assertScreenMatchesImageNamed` function needs to specify a default `threshold` value. The docs should also be updated to acknowledge this tweak ability.

``` javascript function animationDelay() { UIATarget.localTarget().delay(.2); } extend(UIACollectionView.prototype, { /** * Apple's bug in UIACollectionView.cells() -- only returns *visible* cells */ pageCount: function() { var pageStatus = this.value(); var words...

Before discovering tuneup_js (which I _love_) and its `typeString` (which is slow and there are other keyboards complaining about it), I did the following to get the keyboard to work,...