-
React provides a Test Renderer that renders into pure JS - doesn't need a full browser and doesn't even need JSDom. This would make for the fastest most reliable tests, a really nice proposition.
…
-
Bundler could not find compatible versions for gem "capybara":
In snapshot (Gemfile.lock):
capybara (= 2.11.0)
In Gemfile:
capybara
capybara
capybara
cucumber-ra…
-
ATM the Cucumber gem can't function without Capybara.
-
My Cucumber/Capybara/Sauce setup works fine on OS X but it is failing on CircleCI. Specifically, CircleCI can successfully create a tunnel, but then simply hangs when trying to start a cucumber sessio…
-
-
Hey!
Ran `rspec` on Windows (mingw64) and a few test broke:
```
Failures:
1) Capybara::Cuprite::Driver supports a custom path
Failure/Error: @pid = ::Process.spawn(*@cmd, process_opt…
-
(I've done very little digging and maybe this should be posted to Ferrum)
Using Ruby 3.x
```ruby
require 'async'
require 'benchmark'
require 'capybara/dsl'
require 'capybara/cuprite'
incl…
-
### Welche Spec ist fehlgeschlagen?
rspec ./spec/features/email_verification_spec.rb:56 # Email verification person without login but confirmed email send_login should allow to set password even when…
-
I am completely baffled by this and the fact I cannot find any information about how to do this is downright infuriating.
Using the following scenario from pages 95-96:
```
scenario "user cre…
-
### Steps to reproduce
Capybara uses default name for session as follows: `Capybara.session_name` = `:default`. This preventing Capybara to recognise multiple sessions and uses only first match.
…