# Automation Wizard A gem that contains generators that create things testers need. Currently it only generates a cucumber project. You can do this by executing: wiz testproject This command will create a project in the project_name directory with the files needed to begin developing cucumber features. There is an option that can be provided to have the project configure to use different gems: ## Web testing If you are testing a web application, testgen can setup the project to use the PageObject gem. wiz testproject --pageobject-driver=watir Valid options for the --pageobject-driver option are 'watir' or 'selenium'