Skip to content

fohara/rspec-webdriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rspec-Webdriver

Just some reporting if you are using rspec and webdriver

##Credit where credit is due

This is project is not much more than a port of the reporting from ph7's selenium-client. I added updates for rspec 2.0 and selenium-webdriver.

##How to play

Name your webdriver @driver in your specs. Do not close it at the end of your spec (the spec_helper will do that for you).

rspec --require 'rspec/reporting/selenium_test_report_formatter' --require 'rspec/spec_helper' --format 'SeleniumTestReportFormatter' -o './test_results.html' <your_spec.rb>

About

Just some rspec reporting for webdriver. It's rather basic but a good start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published