-
When I run
``` ruby
@session = Capybara::Session.new(:rack_test_json)
@session.post('/some/path', {some: 'data'})
```
It just gives me `NoMethodError: undefined method 'post' for #`. The same for ot…
-
Hey, thanks for writing this fantastic gem! 😄
Are there any plans to support Capybara v3? I tried simply updating the dependency (und patching `minitest-capybara` to support Capybara v3 as well) and…
-
This will involve some refactoring of tests... More info here http://www.andylindeman.com/2012/11/11/rspec-rails-and-capybara-2.0-what-you-need-to-know.html
-
**Describe the Housekeeping**
As developers we would like to improve the Integration Suite so that it doesn’t fail randomly on Training.
- There is a dependency with Samples Extraction which seems…
-
For one of our rails projects I was interested to see if cuprite is faster than our current selenium chrome specs. Selenium still seemed a bit faster for the feature specs (3:26) vs cuprite (3:52)
…
-
### Steps to reproduce
1. Create a rails 7.1 application with ruby 3.2.2
2. Setup Rspec/Capybara/Cuprite Defaults
3. add capybara-screenshot
4. Install latest version of react-rails gem and create…
-
- [x] https://github.com/thoughtbot/shoulda-matchers
- [x] https://github.com/rspec/rspec-mocks
- [x] https://github.com/rspec/rspec-rails
- [x] https://github.com/wspurgin/rspec-sidekiq
- [x] htt…
-
When I run the tests in the Docker environment, I get long cascades of the following error:
```bash
Capybara::ExpectationNotMet:
Timed out waiting for Selenium session reset
…
-
~~I've already cloned the [TestWise example project](https://courtneyzhan.medium.com/testwise-macos-setup-42e362a8b397#4e2b) and set up Rspec with latest Ruby. Need to take this into the mono-repo wit…
-
@fasteddie31003
Mind making a list of integration tests we would need? Would make it easier for me to focus on specific tasks.