mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Use modified webdrivers to test with edge selenium
This commit is contained in:
parent
36bdb661ff
commit
a436a83064
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ gemspec path: '..'
|
|||
gem 'xpath', github: 'teamcapybara/xpath'
|
||||
|
||||
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
||||
gem 'webdrivers', github: 'twalpole/webdrivers', branch: 'selenium_4' if ENV['CI']
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue