mediawiki-extensions-Visual.../modules/ve-mw/tests/browser/features/support/env.rb
Amir E. Aharoni c37fe8fe5e [BrowserTest] Move screenshot taking functionality to a gem
* Screenshot taking logic and rspec tests are deleted from this repo
  and moved to
  https://rubygems.org/gems/screenshot
* Dependency on chunky_png is removed from VisualEditor
  (and added to the screenshot gem).
* The method calls are renamed accordingly.

Change-Id: I6a0e2cc770a07f36f63bc536db109b63d38a4fd2
2015-02-17 09:57:44 +00:00

7 lines
121 B
Ruby

require_relative 'hooks'
require 'mediawiki_selenium'
require 'mediawiki_api'
require 'screenshot'
include MediawikiApi