Skip to content

Commit

Permalink
chromedriver をシステムにインストールしなくてもテストを実行できるようにする
Browse files Browse the repository at this point in the history
* 更新
  - selenium-webdriver
  - capybara
  - test-unit-rails
  - redcarpet
  - これらの依存パッケージ
* 削除
  - webdrivers
  • Loading branch information
koi-chan committed Jan 11, 2024
1 parent 42de794 commit 878d789
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 102 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ group :test do
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
#gem 'webdrivers'
end

group :development do
Expand Down
Loading

0 comments on commit 878d789

Please sign in to comment.