You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ To take screenshots with UIAutomation use captureLocalizedScreenshot. It will au
19
19
20
20
If you want to set the carrier name manually, take a look at the "changeCarrierName" file
21
21
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
23
26
24
27
25
28
Example of TestScript.js
@@ -44,9 +47,11 @@ function loginTest(target, app)
44
47
}
45
48
```
46
49
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)
50
53
* Put all resulting screenshots in one folder (or more meaningful folders)
51
54
* 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
0 commit comments