Sha256: 5c3c0fe1592212e9bf4c996e62582c1edf0c652bcac495539a3d552a4885a820

Contents?: true

Size: 673 Bytes

Versions: 5

Compression:

Stored size: 673 Bytes

Contents

###Project Setup

1. Use gem install to install the automation_wizard: `gem install automation_wizard`
2. From the command line enter `wiz testproject web_automation --level=jr` to generate a project for web application
testing using watir as the ruby library for automating tests. Watir interacts with a browser as a user would.
Change directories into the newly created web_automation project folder. From there run `bundle install`
3. You'll need _chromedriver_ to help with the automation. If _chromedriver_ is not installed, use [webdrivers] (https://github.com/titusfortner/webdrivers) to install the driver.
4. Follow the readme file in the generated project folder.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
automation_wizard-2.0.4 email_instructions.md
automation_wizard-2.0.3 email_instructions.md
automation_wizard-2.0.2 email_instructions.md
automation_wizard-2.0.1 email_instructions.md
automation_wizard-2.0 email_instructions.md