Skip to content

Commit

Permalink
add a --chromedriver_version in _web
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 18, 2018
1 parent fd46ae8 commit d07be96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/android/driver_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class DriverTest < AppiumLibCoreTest::Function::TestCase
def setup
@@core ||= ::Appium::Core.for(Caps.android)
@driver = @@core.start_driver

require 'pry'
binding.pry
end

def teardown
Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def android_web
# An emulator 8.1 has Chrome/61.0.3163.98
# Download a chrome driver from https://chromedriver.storage.googleapis.com/index.html?path=2.34/
# chromedriverExecutable: "#{Dir.pwd}/test/functional/app/chromedriver_2.34",
# Or `npm install --chromedriver_version="2.24"` and
# chromedriverUseSystemExecutable: true,
udid: get_udid_name,
deviceName: 'Android Emulator',
someCapability: 'some_capability',
Expand Down

0 comments on commit d07be96

Please sign in to comment.