Skip to content
 
 

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestGen

A gem that contains generators that create things testers need.

Currently it only generates a cucumber project. You can do this by executing:

testgen project <project_name>

This command will create a project in the project_name directory with the files needed to begin developing cucumber features. If you are using the PageObject gem you can also provide an option to setup your project accordingly.

testgen project <project_name> --pageobject-driver=watir

Valid options for the --pageobject-driver option are 'watir' or 'selenium'

About

Generate to create things used by testers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors