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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user