Test automation framework using Rspec +watir/Selenium directions

Hi all
I wonder if anyone done this before.
Goal: test automation framework (including reporting, runs statisctic,
CI
integration, possible parallel runs etc.)
Technologies: (for the moment its Rspec + watir/Selenium)
What gems did you use for all that stuff not included in rspec.

If there examples or advices I would much appreciatefor directions.

thanks.

try this GitHub - easonhan007/lazyman: A simple test from for selenium-webdriver watir-webdriver using page-object and rspec.

2013/9/29 Sergei V. [email protected]

thanks thats very close to what I’m looking for.
Though I would like to see working examples of such frameworks on git.