-
Hello,
I need to specify several options to Capybara::Webkit. In an rspec config file for acceptance tests, this would look like
```
Capybara::Webkit.configure do |config|
config.allow_u…
-
when I execute stationed to generate a new project the Gemfile it generates has capybara listed twice which is causing bundler to fail.
The first time capybara is listed is in the first group :deve…
-
I have been using DB cleaner with my only db but now I have 2 of them, and I am getting this error in testing mode as
```
RuntimeError:
As you have more than one active sequel database you have t…
-
Hi, when I change the driver to chrome, two specs fail. In the spec_helper:
``` ruby
Capybara.register_driver :selenium_chrome do |app|
Capybara::Selenium::Driver.new(app, :browser => :chrome)
end
…
rweng updated
11 years ago
-
I can take multiple screenshots, but I wonder would it be possible to do something like tagging a cucumber scenario so that a complete video of the operation in the browser would be produced on error …
-
- [ ] scénario sur GitHub
- [ ] scénario testé sur Cucumber
- [ ] maquettes réalisées sur Balsamiq
- [ ] test d'intégration (syntaxe) sur Capybara
- [ ] implémentation
- [ ] test d'intégration su…
-
Hi team,
We are trying to upgrade our `axe-core-api` version from 4.2 to 4.4.1. Here is the [related PR](https://github.com/primer/view_components/pull/1333).
However, we're blocked due to this…
-
minishop test fails like this:
```
➜ minishop git:(master) bundle exec rake test
Run options: --seed 58825
# Running:
.................E......................................
Fabulous run in 9.34…
-
I've found a lot of value in this Gem's collection of features. Does the team have any intentions of upstreaming any features to [teamcapybara/capybara](https://github.com/teamcapybara/capybara) or [r…
-
fakeweb 1.3.0
cucumber-rails 0.3.2
capybara 0.4.1.1
When I allow Bundler to require the fakeweb gem, any of the @javascript cukes will hang at certain (seemingly random) steps. Some steps just hang f…