Sha256: ffb8259357b87eb14be5297e9b1cd253772577eb7fa0d95c93054effc4de6d1d

Contents?: true

Size: 1.25 KB

Versions: 13

Compression:

Stored size: 1.25 KB

Contents

# Please read as our directions have changed:
# Move this file to your rails apps config directory and rename it to selenium.yml in order to configure the plugin

#
# General settings
#

environments:
  - test
#  - development # Uncomment this line to enable in development environment. N.B. your development database will likely be altered/destroyed/abducted

#selenium_path: 'c:\selenium' #path to selenium installation. only needed if you for some reason don't want to use the bundled version of selenium core

#
# rake test:acceptance settings
#

browsers:
  # Windows
  #firefox: 'c:\Program Files\Mozilla Firefox\firefox.exe'
  #ie: 'c:\Program Files\Internet Explorer\iexplore.exe'

  # Mac OS X
  firefox: '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
  safari: '/Applications/Safari.app/Contents/MacOS/Safari'
  chrome: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'

host: 'test.host'
#port_start: 3000
#port_end: 3005
#base_url_path: '/'
#max_browser_duration: 120
#multi_window: false

#result_dir: 'c:\result' # the directory where the results will be stored after a test:acceptance run

#fixtures_path: <%= "#{RAILS_ROOT}/spec/fixtures" %>
#selenium_tests_path: <%= "#{RAILS_ROOT}/spec/selenium" %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
zena-1.2.8 config/selenium.yml
zena-1.2.7 config/selenium.yml
zena-1.2.6 config/selenium.yml
zena-1.2.5 config/selenium.yml
zena-1.2.4 config/selenium.yml
zena-1.2.3 config/selenium.yml
zena-1.2.2 config/selenium.yml
zena-1.2.1 config/selenium.yml
zena-1.2.0 config/selenium.yml
zena-1.1.3 config/selenium.yml
zena-1.1.2 config/selenium.yml
zena-1.1.1 config/selenium.yml
zena-1.1.0 config/selenium.yml