Sha256: 2959ce92fd52897878cc7ac32451052a45cbb27f33670a7966cc89add27e1032
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 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 --pageobject-driver=watir` 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 _Brew_ to install the driver. You can use `brew list` to list the installed packages on your computer. If _chromedriver_ is not listed then install it with: `brew install chromedriver` 4. Follow the readme file in the generated project folder.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
automation_wizard-0.1.3 | email_instructions.md |