mediawiki-extensions-Visual.../Gemfile
Dan Duvall 668a149103 QA: Upgrading to mw-selenium 1.x
Upgraded mw-selenium to 1.x, following the docs at
https://doc.wikimedia.org/rubygems/mediawiki-selenium/file.UPGRADE.html

Created an `environments.yml` file, converted page object definitions to
use relative paths, and refactored references to the global `ENV` using
methods of `MediawikiSelenium::Environment`.

Upgraded commons_upload as well to resolve a dependency conflict on
mediawiki_api.

Paired with: Rummana Yasmeen <ryasmeen@wikimedia.org>

Bug: T99661
Change-Id: I2a05cd816ea43afb48157e5dbe1ae42c6c124f6b
2015-08-20 09:52:16 -07:00

10 lines
206 B
Ruby

# ruby=ruby-2.1.1
# ruby-gemset=VisualEditor
source 'https://rubygems.org'
gem 'commons_upload', '~> 0.0.4'
gem 'mediawiki_selenium', '~> 1.5.0'
gem 'rubocop', require: false
gem 'screenshot', '~> 0.0.6'