mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Removed superfluous 'tracks' directory at the root of the repository.
Testing commits to github.
This commit is contained in:
parent
6a42901514
commit
4cbf5a34d3
2269 changed files with 0 additions and 0 deletions
27
vendor/plugins/selenium-on-rails/config.yml.example
vendored
Normal file
27
vendor/plugins/selenium-on-rails/config.yml.example
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Rename this file to config.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 when selenium isn't installed in /vendor/selenium or as a gem
|
||||
|
||||
#
|
||||
# rake test:acceptance settings
|
||||
#
|
||||
|
||||
browsers:
|
||||
firefox: 'c:\Program Files\Mozilla Firefox\firefox.exe'
|
||||
ie: 'c:\Program Files\Internet Explorer\iexplore.exe'
|
||||
|
||||
#host: 'localhost'
|
||||
#port_start: 3000
|
||||
#port_end: 3005
|
||||
#max_browser_duration: 120
|
||||
#multi_window: false
|
||||
|
||||
#result_dir: 'c:\result' # the directory where the results will be stored after a test:acceptance run
|
||||
Loading…
Add table
Add a link
Reference in a new issue