-
We have a lot of experience writing browser automation tests in Ruby & Capybara. If that's something folks are interested in, we can peel through examples and help identify low-hanging fruit for impro…
-
Check a checkbox by `id` and `value`:
```ruby
find(:css, "#services_status_[value='active']").set true
```
Uncheck:
```ruby
find(:css, "#services_status_[value='active']").set false
```
namtx updated
7 years ago
-
-
-
I think I'm getting this error because of fake cas. The URI and routes work on the local application, it works when testing the routes themselves, and I get 302 redirects in request tests. However t…
-
How can we present files that are like
```
results/tracking_performances/23.10.0/mom_resol_-1.0_eta_1.0.png
results/tracking_performances/23.11.0/mom_resol_-1.0_eta_1.0.png
results/tracking_perfor…
-
Hey, does anyone got success with integrations specs using capybara and vuejs?
-
Hey, I'll leave it here, might be useful for others.
For unit tests, `parallel_tests` are faster. Maybe because I use it with `spring-commands-parallel-tests` spring to run them.
Anyway, Paraspe…
-
Can't run any tests with error:
/home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/gems/2.1.0/gems/capybara-2.4.1/lib/capybara/rails.rb:15:in `': undefined method`join' for nil:NilClass (NoMethodError)
…
-
Among other reasons, the idea would be to use less disk space on developers' (esp. students') computers.
| Cucumber-Capybara (and chrome!) container | [cypress-cucumber-preprocessor](https://github…
benel updated
2 weeks ago