Converts UI tests to system tests (#23630).

git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2017-07-23 12:35:32 +00:00
parent b25b476204
commit 530eef9603
9 changed files with 97 additions and 125 deletions

View File

@@ -86,9 +86,10 @@ group :test do
gem "rails-dom-testing"
gem "mocha"
gem "simplecov", "~> 0.14.1", :require => false
# For running UI tests
gem "capybara"
gem "selenium-webdriver", "~> 2.53.4"
# For running system tests
gem 'puma', '~> 3.7'
gem "capybara", '~> 2.13'
gem "selenium-webdriver"
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")