views:

11

answers:

0

Hi all. I have rspec and seleniumrc working normally in my test environment. However, I want to be able to use seleniumrc in a ruby app (not necessarily rails) so that i can click around a website (in a looped, generative sort of way) and permanently save data to the database, without it being rolled back at the end as in a regular rspec test. Is this possible?

Grateful for any advice, max