Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/82039


Change subject: Updated test configuration to the latest version
......................................................................

Updated test configuration to the latest version

Bug: 53579
Change-Id: I38f36a37f5b20c4ee3e0785ce9894faf8aec98a1
---
M .gitignore
M selenium/Gemfile
A selenium/Gemfile.lock
M selenium_cuc/Gemfile
4 files changed, 59 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/39/82039/1

diff --git a/.gitignore b/.gitignore
index 8c8a978..7da6381 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,5 @@
 vendor/
 
 selenium/configuration.yml
-selenium/Gemfile.lock
 
 easyrdf/
diff --git a/selenium/Gemfile b/selenium/Gemfile
index 35eedaa..30e38b8 100644
--- a/selenium/Gemfile
+++ b/selenium/Gemfile
@@ -1,4 +1,7 @@
-source "http://rubygems.org";
+#ruby=ruby-2.0.0-p247
+#ruby-gemset=Wikibase-selenium
+
+source 'https://rubygems.org'
 
 gem 'rake'
 gem 'rspec'
diff --git a/selenium/Gemfile.lock b/selenium/Gemfile.lock
new file mode 100644
index 0000000..f0d090f
--- /dev/null
+++ b/selenium/Gemfile.lock
@@ -0,0 +1,51 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    childprocess (0.3.9)
+      ffi (~> 1.0, >= 1.0.11)
+    data_magic (0.15.2)
+      faker (>= 1.1.2)
+      yml_reader (>= 0.2)
+    diff-lcs (1.2.4)
+    faker (1.2.0)
+      i18n (~> 0.5)
+    ffi (1.9.0)
+    i18n (0.6.5)
+    multi_json (1.7.9)
+    page-object (0.9.2)
+      page_navigation (>= 0.8)
+      selenium-webdriver (>= 2.35.0)
+      watir-webdriver (>= 0.6.4)
+    page_navigation (0.9)
+      data_magic (>= 0.14)
+    rake (10.1.0)
+    require_all (1.2.1)
+    rspec (2.14.1)
+      rspec-core (~> 2.14.0)
+      rspec-expectations (~> 2.14.0)
+      rspec-mocks (~> 2.14.0)
+    rspec-core (2.14.5)
+    rspec-expectations (2.14.2)
+      diff-lcs (>= 1.1.3, < 2.0)
+    rspec-extra-formatters (1.0.0)
+    rspec-mocks (2.14.3)
+    rubyzip (0.9.9)
+    selenium-webdriver (2.35.1)
+      childprocess (>= 0.2.5)
+      multi_json (~> 1.0)
+      rubyzip (< 1.0.0)
+      websocket (~> 1.0.4)
+    watir-webdriver (0.6.4)
+      selenium-webdriver (>= 2.18.0)
+    websocket (1.0.7)
+    yml_reader (0.2)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  page-object
+  rake
+  require_all
+  rspec
+  rspec-extra-formatters
diff --git a/selenium_cuc/Gemfile b/selenium_cuc/Gemfile
index 2ab087d..39a9f70 100644
--- a/selenium_cuc/Gemfile
+++ b/selenium_cuc/Gemfile
@@ -1,4 +1,7 @@
-source "https://rubygems.org";
+#ruby=ruby-2.0.0-p247
+#ruby-gemset=Wikibase-selenium_cuc
+
+source 'https://rubygems.org'
 
 gem 'page-object'
 gem 'require_all'

-- 
To view, visit https://gerrit.wikimedia.org/r/82039
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38f36a37f5b20c4ee3e0785ce9894faf8aec98a1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to