You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is for issues with Capybara. If you have a howto type question, please ask on the mailing list as requested in the README: http://groups.google.com/group/ruby-capybara
Meta
Capybara Version:
3.38
firefox
Expected Behavior
much shorter initailization time
Actual Behavior
9 seconds for initializing a single test (measured by stopwatch / rspec request-spec lasts 4 sec.)
Steps to reproduce
Test with only content visit root_path
Note
I know this is a stupid question because Capybara has to initialise a large environment. Using GoogleChrome would speed things up a bit, but not by much.
At the end there would be needed a scenario like: Initializing of the Browser-environment once after IDE-restart.
Note: This is for issues with Capybara. If you have a howto type question, please ask on the mailing list as requested in the README: http://groups.google.com/group/ruby-capybara
Meta
Capybara Version:
3.38
firefox
Expected Behavior
much shorter initailization time
Actual Behavior
9 seconds for initializing a single test (measured by stopwatch / rspec request-spec lasts 4 sec.)
Steps to reproduce
Test with only content
visit root_path
Note
I know this is a stupid question because Capybara has to initialise a large environment. Using GoogleChrome would speed things up a bit, but not by much.
At the end there would be needed a scenario like: Initializing of the Browser-environment once after IDE-restart.
But this initializing time costs so much time, 1000 times a day. See my post on rails discussions
Thanks, chris
The text was updated successfully, but these errors were encountered: