CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

tuneup_js 1.2.3

tuneup_js 1.2.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Alex Vollmer.



tuneup_js 1.2.3

  • By
  • Alex Vollmer, Aaron London, Anders Pikas, BAM, BJ Homer, Brandon Fosdick, Bruce Gordon, Faisal Memon, Genki Uehara, Ian Katz, Ian, Jerry Jaskierny, Kevin Connor, Thomas Deegan, Luke Deniston, Max Metral, Max Rabin, Michael Kamphausen, Mirko Beine, Ondrej Benes, PokerChang, Rob Booth, Ross Sharrott, Sebastian Ludwig, Stefan Haubold, Steve Moser, Tony Mann, Werner Huber, ap4y, giginet, hborders, julienp, kimiyash, kviksilver, mah, rpranata and shifu

Overview

Tune-up is a collection of JavaScript utilities that builds upon and improves the UIAutomation library provided by Apple for testing iOS applications via Instruments (get it? "tune-up"? Instruments? get it?).

While the JavaScript library provided by Apple is fairly complete and robust, it is a bit wordy and repetitive at times. This project aims to reduce as much pain as possible when writing UI tests by enhancing the existing API. It also provides some basic structure for your tests in a manner familiar to most testers.

For the latest documentation visit http://tuneupjs.org

Style

Javascript style should conform to http://jsbeautifier.org/ with the following settings:

  • Indent with 2 spaces (drop down)
  • Allow 5 newlines between tokens (drop down)
  • Do not wrap lines (drop down)
  • End braces on own line (drop down)
  • HTML formatting at Add one indent level (drop down)
  • Only the following checkboxes set
    • "Detect packers and obfuscaters?"
    • "Space before conditional..."