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