Skip to content

leminhhai/testgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published