Update mediawiki_selenium Ruby gem to the latest version

Bug: T117980
Change-Id: Ia22fdd01c596090222e85ea06b19df6271ede1a9
This commit is contained in:
Željko Filipin 2015-11-25 13:45:04 +01:00
parent 599b1b8799
commit 0cfd2ebe68
4 changed files with 105 additions and 56 deletions

View file

@ -1,7 +1,4 @@
#ruby=ruby-2.1.1
#ruby-gemset=browsertests
source "https://rubygems.org" source "https://rubygems.org"
gem "mediawiki_selenium" gem "mediawiki_selenium", "~> 1.6.2"
gem "rubocop", require: false gem "rubocop", "~> 0.26.1", require: false

View file

@ -1,55 +1,74 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.0.0) ast (2.1.0)
astrolabe (1.3.0) astrolabe (1.3.1)
parser (>= 2.2.0.pre.3, < 3.0) parser (~> 2.2)
builder (3.2.2) builder (3.2.2)
childprocess (0.5.3) childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
cucumber (1.3.15) cucumber (1.3.20)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.3) diff-lcs (>= 1.1.3)
gherkin (~> 2.12) gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0) multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1) multi_test (>= 0.1.2)
data_magic (0.19) data_magic (0.21)
faker (>= 1.1.2) faker (>= 1.1.2)
yml_reader (>= 0.3) yml_reader (>= 0.4)
diff-lcs (1.2.5) diff-lcs (1.2.5)
faker (1.3.0) domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
faker (1.6.1)
i18n (~> 0.5) i18n (~> 0.5)
ffi (1.9.3) faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
ffi (1.9.10)
gherkin (2.12.2) gherkin (2.12.2)
multi_json (~> 1.3) multi_json (~> 1.3)
headless (1.0.2) headless (2.2.0)
i18n (0.6.9) http-cookie (1.0.2)
json (1.8.1) domain_name (~> 0.5)
mediawiki_selenium (0.2.25) i18n (0.7.0)
cucumber (~> 1.3, >= 1.3.10) json (1.8.3)
headless (~> 1.0, >= 1.0.1) mediawiki_api (0.5.0)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
mediawiki_selenium (1.6.2)
cucumber (~> 1.3, >= 1.3.20)
headless (~> 2.0, >= 2.1.0)
json (~> 1.8, >= 1.8.1) json (~> 1.8, >= 1.8.1)
mediawiki_api (~> 0.5, >= 0.5.0)
page-object (~> 1.0) page-object (~> 1.0)
rest-client (~> 1.6, >= 1.6.7) rest-client (~> 1.6, >= 1.6.7)
rspec-core (~> 2.14, >= 2.14.4)
rspec-expectations (~> 2.14, >= 2.14.4) rspec-expectations (~> 2.14, >= 2.14.4)
syntax (~> 1.2, >= 1.2.0) syntax (~> 1.2, >= 1.2.0)
mime-types (2.3) thor (~> 0.19, >= 0.19.1)
multi_json (1.10.1) mime-types (2.99)
multi_test (0.1.1) multi_json (1.11.2)
page-object (1.0) multi_test (0.1.2)
multipart-post (2.0.0)
netrc (0.11.0)
page-object (1.1.0)
page_navigation (>= 0.9) page_navigation (>= 0.9)
selenium-webdriver (>= 2.42.0) selenium-webdriver (>= 2.44.0)
watir-webdriver (>= 0.6.9) watir-webdriver (>= 0.6.11)
page_navigation (0.9) page_navigation (0.9)
data_magic (>= 0.14) data_magic (>= 0.14)
parser (2.2.0.pre.4) parser (2.3.0.pre.3)
ast (>= 1.1, < 3.0) ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9) powerpack (0.0.9)
rainbow (2.0.0) rainbow (2.0.0)
rest-client (1.6.7) rest-client (1.8.0)
mime-types (>= 1.16) http-cookie (>= 1.0.2, < 2.0)
rspec-expectations (2.99.1) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rubocop (0.26.1) rubocop (0.26.1)
astrolabe (~> 1.3) astrolabe (~> 1.3)
@ -57,23 +76,26 @@ GEM
powerpack (~> 0.0.6) powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4) ruby-progressbar (~> 1.4)
ruby-progressbar (1.6.0) ruby-progressbar (1.7.5)
rubyzip (1.1.4) rubyzip (1.1.7)
selenium-webdriver (2.42.0) selenium-webdriver (2.48.1)
childprocess (>= 0.5.0) childprocess (~> 0.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0.4) websocket (~> 1.0)
slop (3.6.0)
syntax (1.2.0) syntax (1.2.0)
watir-webdriver (0.6.10) thor (0.19.1)
selenium-webdriver (>= 2.18.0) unf (0.1.4)
websocket (1.0.7) unf_ext
yml_reader (0.3) unf_ext (0.0.7.1)
watir-webdriver (0.9.1)
selenium-webdriver (>= 2.46.2)
websocket (1.2.2)
yml_reader (0.5)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
mediawiki_selenium mediawiki_selenium (~> 1.6.2)
rubocop rubocop (~> 0.26.1)

View file

@ -0,0 +1,39 @@
# 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
user_factory: true
mediawiki_url: http://127.0.0.1:8080/wiki/
mw-vagrant-guest:
user_factory: true
mediawiki_url: http://127.0.0.1/wiki/
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:
user_factory: true
# mediawiki_url: THIS WILL BE SET BY JENKINS
default: *default

View file

@ -1,12 +1,3 @@
# require "mediawiki_selenium/cucumber"
# This file is subject to the license terms in the LICENSE file found in the require "mediawiki_selenium/pages"
# qa-browsertests top-level directory and at require "mediawiki_selenium/step_definitions"
# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/LICENSE. No part of
# qa-browsertests, including this file, may be copied, modified, propagated, or
# distributed except according to the terms contained in the LICENSE file.
#
# Copyright 2012-2014 by the Mediawiki developers. See the CREDITS file in the
# qa-browsertests top-level directory and at
# https://git.wikimedia.org/blob/qa%2Fbrowsertests/HEAD/CREDITS
#
require "mediawiki_selenium"