-
Install RSpec and Capybara
-
This is less of an issue and more of a discussion.
I'm building out some high level javascript integration tests, using rspec2, capybara, and capybara-webkit. I'm now running into an issue where a lo…
-
While working on https://github.com/samvera/hyrax/pull/2644 I took a look through this projects use of Capybara and found a few usages that may not be doing exactly what the writer expected.
For in…
-
-
@alindeman pointed me to [this article](http://techblog.fundinggates.com/blog/2012/08/capybara-2-0-upgrade-guide/) about upgrading to Capy 2.0.
Is this something we might be interested in? The main i…
-
슬슬 js 테스트해야합니다 'ㅂ'
-
Hello.
First I want to say "Thank you!!!" for creating this book!!! I will recommend this book for the Thinkful.com training site. I'm having problems with the Capybara testing. Rspec doesn't li…
-
## Meta
Capybara Version:
3.40
Driver Information (and browser if relevant):
`selenium_chrome` and `selenium_chrome_headless`
PR https://github.com/teamcapybara/capybara/pull/2768 solves …
-
https://github.com/rubocop/rubocop-capybara/pull/61#issuecomment-1792041354
ydah updated
10 months ago
-
With an integration test that looks like
``` ruby
it 'should make a new user' do
lambda do
visit register_path
fill_in 'first_name', :with => 'bob'
fill_in 'last_name', …