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
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..."