Skip to content

Commit 6e17aab

Browse files
committed
Updated README file
1 parent 956518a commit 6e17aab

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ To take screenshots with UIAutomation use captureLocalizedScreenshot. It will au
1919

2020
If you want to set the carrier name manually, take a look at the "changeCarrierName" file
2121

22-
Use tuneup_js to start your scripts and define tests. You can also use these scripts to do unit testing.
22+
You can use tuneup_js to start your scripts and define tests. It's a really great library that helps you develop unit tests faster. You can also use these scripts to do unit testing.
23+
24+
To fetch the tuneup_js submodule, use the following git command.
25+
git submodule update --init
2326

2427

2528
Example of TestScript.js
@@ -44,9 +47,11 @@ function loginTest(target, app)
4447
}
4548
```
4649

47-
Open Todos:
48-
* Accepting the app name as parameter instead of the application folder, that changes after reinstalling the app.
49-
* Automatic naming of screenshots currently uses the wrong language
50+
#Open Todos:#
51+
* Accepting the app name as parameter instead of the application folder
52+
* Automatic naming of screenshots (currently not updating the language)
5053
* Put all resulting screenshots in one folder (or more meaningful folders)
5154
* Raise AppleScript exception when UIAutomation script fails
52-
* If possible: Automate uploading screenshots to iTunesConnect directly
55+
* If possible: Automate uploading screenshots to iTunesConnect directly
56+
57+
![iOS Screenshot Automator](http://www.toursprung.com/wp-content/uploads/2013/01/ScreenshotToolImage.png)

0 commit comments

Comments
 (0)