Answer the question
In order to leave comments, you need to log in
What gem is used to simulate user actions in production?
What gem is used to simulate user actions in production?
So far I have 1 solution to use capybara + webdriver, launch a bunch of sessions (when there are many users) or one and perform actions in the browser window, but it seems to me that this is some kind of crutch)
Answer the question
In order to leave comments, you need to log in
The question is not entirely clear. What is the purpose of all this? testing the application, just clicking on the links and what does production have to do with it?
For integration tests, rspec + capybara + webdriver is quite a common practice.
For a script that clicks on links, loads pages, fills out forms, it might be easier to use Watir.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question