Capybara added for Rails system tests

This commit is contained in:
Christoph Haas 2020-10-30 18:27:38 +01:00
parent 2700289ff8
commit 174f604bbc
2 changed files with 25 additions and 0 deletions

View file

@ -79,6 +79,11 @@ group :development, :test do
gem 'byebug', platform: :mri
end
group :test do
gem 'capybara'
gem 'selenium-webdriver'
end
# TODO… https://github.com/galetahub/simple-captcha
# Captcha for anonymous reports
# gem "galetahub-simple_captcha", :require => "simple_captcha"