Sha256: cff0125d16bea585850bfc603d1f569c15db28037fbccb26315c99671efba1a3

Contents?: true

Size: 709 Bytes

Versions: 4

Compression:

Stored size: 709 Bytes

Contents

# 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 <project_name>
    
This command will create a project in the <em>project_name</em> 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, <em>testgen</em> can setup the project to use the PageObject gem.

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


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
automation_wizard-0.1.3 Readme.md
automation_wizard-0.1.2 Readme.md
automation_wizard-0.1.1 Readme.md
automation_wizard-0.1 Readme.md