Sha256: 3e98a5a1cbaa6f1a6934755cd551c5b2d9d8ba3529349438204b9e4e7418ebc3

Contents?: true

Size: 414 Bytes

Versions: 8

Compression:

Stored size: 414 Bytes

Contents

require 'capybara'
require 'capybara/cucumber'
require 'rspec'
require 'selenium/webdriver'
require 'testingbot/cucumber'

unless ENV['SELENIUM_BROWSERNAME'].nil?
	TestingBot::config do |config|
		config[:desired_capabilities] = { :browserName => ENV['SELENIUM_BROWSERNAME'], :version => ENV['SELENIUM_BROWSERVERSION'], :platform => ENV['SELENIUM_BROWSERPLATFORM'] }
	end
end

Capybara.default_driver = :testingbot

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
testingbot-0.1.7 examples/cucumber/features/support/env.rb
testingbot-0.1.6 examples/cucumber/features/support/env.rb
testingbot-0.1.5 examples/cucumber/features/support/env.rb
testingbot-0.1.4 examples/cucumber/features/support/env.rb
testingbot-0.1.3 examples/cucumber/features/support/env.rb
testingbot-0.1.2 examples/cucumber/features/support/env.rb
testingbot-0.1.1 examples/cucumber/features/support/env.rb
testingbot-0.1.0 examples/cucumber/features/support/env.rb