Project

SimpliTest

0.01
No release in over 3 years
Low commit activity in last 3 years
Cucumber Websteps, Helpers and Executable for Web Test Automation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

SimpliTest

SimpliTest (formerly known as Café) was created by CGI Group Inc. members to accelerate the adoption of ATDD/BDD using Cucumber/Gherkin as the base framework. At it's core are many predefined step definitions backed by helper and utility methods. Mainly focused on the web interfaces using Selenium, but not restricted to only web apps, your imagination is it's limitation.

Installation

1) Install Ruby & DevKit version 2.6.1.9 (does not work with 3.x)
	- https://rubyinstaller.org/downloads/

2) Download Selenium drivers and place them in Ruby bin
	- http://www.seleniumhq.org/projects/webdriver/

3) Build this Ruby gem
		$ gem build SimpliTest.gemspec
		$ gem install SimpliTest

4) Use it
	$SimpliTest new MyNewSimpliTestProject
		or cd into an existing directory and run 
	$SimpliTest init
	
	$SimpliTest run
	$SimpliTest smoketest