mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-12-12 07:25:13 +00:00
518aea3ead
- add Gemfile.lock - use recent version of gems - ditch README and link to wiki documentation - clean-up environments Change-Id: I76bb1d491911abbc0c0bb4387b436ab3ff2cebc2
30 lines
785 B
YAML
30 lines
785 B
YAML
# Customize this configuration as necessary to provide defaults for various
|
|
# test environments.
|
|
#
|
|
# The set of defaults to use is determined by the MEDIAWIKI_ENVIRONMENT
|
|
# environment variable.
|
|
#
|
|
# export MEDIAWIKI_ENVIRONMENT=mw-vagrant-host
|
|
# bundle exec cucumber
|
|
#
|
|
# Additional variables set by the environment will override the corresponding
|
|
# defaults defined here.
|
|
#
|
|
# export MEDIAWIKI_ENVIRONMENT=mw-vagrant-host
|
|
# export MEDIAWIKI_USER=Selenium_user2
|
|
# bundle exec cucumber
|
|
#
|
|
mw-vagrant-host: &default
|
|
mediawiki_url: http://127.0.0.1:8080/wiki/
|
|
user_factory: true
|
|
|
|
mw-vagrant-guest:
|
|
mediawiki_url: http://127.0.0.1/wiki/
|
|
user_factory: true
|
|
|
|
integration:
|
|
browser: chrome
|
|
user_factory: true
|
|
# mediawiki_url: THIS WILL BE SET BY JENKINS
|
|
|
|
default: *default |