Skip to content

Commit

Permalink
Remove chrome test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Jan 28, 2017
1 parent 2967146 commit a2ffdd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 deletions test/fixtures/cookbooks/selenium_test/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
depends 'selenium'

depends 'java_se', '~> 8.0'
depends 'chrome'
depends 'chromedriver'
depends 'mozilla_firefox'

depends 'xvfb'
Expand Down
13 changes: 0 additions & 13 deletions test/fixtures/cookbooks/selenium_test/recipes/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
seleniumProtocol: 'WebDriver'
}

# chrome not supported on rhel 6
unless platform_family?('rhel') && node['platform_version'].split('.')[0] == '6'
include_recipe 'chrome'
include_recipe 'chromedriver'

capabilities << {
browserName: 'chrome',
maxInstances: 5,
version: chrome_version,
seleniumProtocol: 'WebDriver'
}
end

node.override['selenium']['node']['capabilities'] = capabilities
node.override['selenium']['node']['username'] = node['selenium_test']['username']
node.override['selenium']['node']['password'] = node['selenium_test']['password']
Expand Down
20 changes: 0 additions & 20 deletions test/integration/default/rspec/chrome_spec.rb

This file was deleted.

0 comments on commit a2ffdd9

Please sign in to comment.