Add integration tests with capybara (#1707)

* Add integration tests with capybara
* Add Rake task for running integration tests
* Don't include integration in default test task
This commit is contained in:
Dawa Ometto
2022-06-19 00:51:58 +02:00
committed by GitHub
parent a1406da44a
commit 98cb39347d
4 changed files with 69 additions and 1 deletions
+5
View File
@@ -18,6 +18,11 @@ gem 'warbler', platforms: :jruby
# current CI workflows pass, we should only try to install this version of
# Nokogiri for newer Ruby versions.
group :test do
gem 'selenium-webdriver', require: false
gem 'capybara', require: false
end
gemspec
gem 'rake', '~> 13.0'