Skip to content

Commit

Permalink
added section about mohawk
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Dec 8, 2012
1 parent 54d01a5 commit 79f3f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Expand Up @@ -23,6 +23,13 @@ If you are testing an android application in the emulator or on a device, <em>te

testgen project <project_name> --with-gametel

## Native Windows testing

If you are testing a native windows application, <em>testgen</em> can setup the project to use the Mohawk gem.

testgen project <project_name> --with-mohawk


## Moving page-objects or screen-objects to the lib directory

There is another option available with will create the page or screen directory in a base directoy named lib. It will also setup the project so these files get loaded the same way they would if the directory was in the support directory. Here's an example of creating a project for web testing using the lib option:
Expand Down

0 comments on commit 79f3f8f

Please sign in to comment.