Sha256: 01077ad49c1e2481b116d10a4520fe89961484034d3e2672383ac14091495f9d
Contents?: true
Size: 1.18 KB
Versions: 5
Compression:
Stored size: 1.18 KB
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> level=jr This command will create a project in the <em>project_name</em> directory with the files needed to begin developing specs. There is an option that can be provided to have the project configure to use different gems: ###Automation Take-Home Test Purpose: 1. To measure the candidate's ability to build robust tests using the PageObject gem as a base. 2. To measure the candidate's overall code quality Deliverables: * Return the generated project folder in a zip file * Include instructions on how to run the tests and install any required libraries Required Tools in Generated Gemfile: * RSpec for the test framework * Watir-drops gem for the test code (this gem enables you to implement the Page Objects) * Rake for launching tests / tasks * Pry for debugging (optional) Browser the test needs to run on: * Chrome (Chrome driver should be installed first if not already. If chrome driver is not installed, use [webdrivers](https://github.com/titusfortner/webdrivers))
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
automation_wizard-2.0.4 | Readme.md |
automation_wizard-2.0.3 | Readme.md |
automation_wizard-2.0.2 | Readme.md |
automation_wizard-2.0.1 | Readme.md |
automation_wizard-2.0 | Readme.md |