Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup Capybara #2776

Open
chmich opened this issue Oct 4, 2024 · 0 comments
Open

Speedup Capybara #2776

chmich opened this issue Oct 4, 2024 · 0 comments

Comments

@chmich
Copy link

chmich commented Oct 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant