Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Sep 29, 2011
1 parent e4ad7b4 commit 5566d3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ Currently it only generates a cucumber project. You can do this by executing:
testgen project <project_name>

This command will create a project in the <em>project_name</em> directory with the files needed to begin
developing cucumber features.
developing cucumber features. If you are using the PageObject gem you can also provide an option to setup your project accordingly.

testgen project <project_name> --pageobject-driver=watir

Valid options for the <em>--pageobject-driver</em> option are 'watir' or 'selenium'

0 comments on commit 5566d3f

Please sign in to comment.