mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
d7caa6c1f3
This adds 1 simple browser test to make sure that the placeholder for the revision slider loads when the beta feature is enabled and does not load when it is disabled More tests will follow. Bug: T133278 Change-Id: I5be9014b6c5ac03128c034fd866141e89fd7a0ed
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
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
|
|
|
|
barry:
|
|
browser: phantomjs
|
|
user_factory: false
|
|
# mediawiki_url: Will be set manually
|
|
|
|
mw-vagrant-guest:
|
|
mediawiki_url: http://127.0.0.1/wiki/
|
|
user_factory: true
|
|
|
|
beta:
|
|
mediawiki_url: http://en.wikipedia.beta.wmflabs.org/wiki/
|
|
mediawiki_user: Selenium_user
|
|
# mediawiki_password: SET THIS IN THE ENVIRONMENT!
|
|
|
|
test2:
|
|
mediawiki_url: http://test2.wikipedia.org/wiki/
|
|
mediawiki_user: Selenium_user
|
|
# mediawiki_password: SET THIS IN THE ENVIRONMENT!
|
|
|
|
integration:
|
|
browser: chrome
|
|
user_factory: true
|
|
# mediawiki_url: THIS WILL BE SET BY JENKINS
|
|
|
|
default: *default |