Skip to content

rschultheis/google_tricks_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an extremely basic example of a Cucumber plus Webdriver test suite.

- It is a completely standalone and fully functionaly test suite
- It can be integrated into a continuous integration system like Jenkins
- It can produce human readable HTML reports with screenshots of failures

Many more features can be adding by iterating out on this basic skeleton

To run it:
- cucumber
- cucumber -f pretty -f junit -o results
- cucumber -f pretty -f junit -o results -f html -o report.html

About

an example of a basic cucumber plus webdriver test suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages