mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 17:36:35 +00:00
Make it possible to run VisualEditor tests in headless mode
Bug: 60584 Change-Id: I63782af45610d4e5fcbbea73d7f8d68035faee1a
This commit is contained in:
parent
b5df6a22f3
commit
9a20fc03b7
|
@ -19,16 +19,18 @@ GEM
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
gherkin (2.12.2)
|
gherkin (2.12.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
headless (1.0.1)
|
||||||
i18n (0.6.9)
|
i18n (0.6.9)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
mediawiki-selenium (0.1.17)
|
mediawiki-selenium (0.1.20)
|
||||||
cucumber
|
cucumber (~> 1.3.10)
|
||||||
json
|
headless (~> 1.0.1)
|
||||||
net-http-persistent
|
json (~> 1.8.1)
|
||||||
page-object
|
net-http-persistent (~> 2.9.1)
|
||||||
rest-client
|
page-object (~> 0.9.5)
|
||||||
rspec-expectations
|
rest-client (~> 1.6.7)
|
||||||
syntax
|
rspec-expectations (~> 2.14.4)
|
||||||
|
syntax (~> 1.2.0)
|
||||||
mime-types (2.1)
|
mime-types (2.1)
|
||||||
multi_json (1.8.4)
|
multi_json (1.8.4)
|
||||||
multi_test (0.0.3)
|
multi_test (0.0.3)
|
||||||
|
@ -50,7 +52,7 @@ GEM
|
||||||
rubyzip (~> 1.0)
|
rubyzip (~> 1.0)
|
||||||
websocket (~> 1.0.4)
|
websocket (~> 1.0.4)
|
||||||
syntax (1.2.0)
|
syntax (1.2.0)
|
||||||
watir-webdriver (0.6.4)
|
watir-webdriver (0.6.6)
|
||||||
selenium-webdriver (>= 2.18.0)
|
selenium-webdriver (>= 2.18.0)
|
||||||
websocket (1.0.7)
|
websocket (1.0.7)
|
||||||
yml_reader (0.2)
|
yml_reader (0.2)
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
at_exit do
|
|
||||||
$browser.close unless ENV["KEEP_BROWSER_OPEN"] == "true"
|
|
||||||
end
|
|
||||||
|
|
||||||
#This is for the Headings test
|
#This is for the Headings test
|
||||||
Before("@edit_user_page") do
|
Before("@edit_user_page") do
|
||||||
if (!$edit_user_page or !(ENV["REUSE_BROWSER"] == "true")) and @browser
|
if (!$edit_user_page or !(ENV["REUSE_BROWSER"] == "true")) and @browser
|
||||||
|
|
Loading…
Reference in a new issue