0.0
No commit activity in last 3 years
No release in over 3 years
A framework to build things for software testing using Cucumber
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

TestFramework

A gem that contains generators a test framework for your chosen driver and cucumber.

To build a project using Watir then run the following command:

  test_framework project <project name> --driver=watir

To build a project using Watir then run the following command:

  test_framework project <project name> --driver=capybara

To use environment variables set the browser url:

   @browser.goto "#{EnvConfig['BASE_URL']}"

Define the BASE_URL in the config.yml file:

   BASE_URL: http://www.google.co.uk

From the command line make sure you pass this in:

   rake CONFIG=ci