Skip to content

Commit

Permalink
Explain the magic
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquez committed Sep 14, 2013
1 parent 859f133 commit a5d693d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ In the same directory as your project's .xcworkspace or .xcodeproj run the follo

This will run `path_to_your_script.js` using the app bundle located in derivated data that you just built. The results and trace file are placed in `./uiauto/results` and `./uiauto/results/trace`.

By placing your scripts in `./uiauto/scripts/`, then you can execute them by running the following command.

# This is the same as `uiauto exec uiauto/scripts/`
$ uiauto exec

#### Advanced options

Running `uiauto help exec` prints the following message.
Expand Down

0 comments on commit a5d693d

Please sign in to comment.