0.0
No commit activity in last 3 years
No release in over 3 years
RSpec reporting for selenium-webdriver
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

#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>