From 5566d3f94ad82884037f4c8b3c359966742ad51d Mon Sep 17 00:00:00 2001 From: "Jeffrey S. Morgan" Date: Thu, 29 Sep 2011 06:58:06 -0400 Subject: [PATCH] updated readme --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 868b0b8..64fd222 100644 --- a/Readme.md +++ b/Readme.md @@ -7,4 +7,8 @@ Currently it only generates a cucumber project. You can do this by executing: testgen project This command will create a project in the project_name directory with the files needed to begin -developing cucumber features. \ No newline at end of file +developing cucumber features. If you are using the PageObject gem you can also provide an option to setup your project accordingly. + + testgen project --pageobject-driver=watir + +Valid options for the --pageobject-driver option are 'watir' or 'selenium' \ No newline at end of file