| commit | 5adae3fd58bf496a3bca6c5347eb875603cc1144 | [log] [tgz] |
|---|---|---|
| author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | Tue Nov 13 02:47:26 2018 +0000 |
| committer | Gerrit Code Review <gerrit@wikimedia.org> | Tue Nov 13 02:47:26 2018 +0000 |
| tree | 59c2901b20714df71ac95dfbc9dde1aefced4574 | |
| parent | deeab161188166ca2a2eb638aecbf35900b0ff6a [diff] | |
| parent | 5729223ec0c59af29481669071ef12c6d2f4628f [diff] |
Merge "Fix betafeature preview to use the standard template background"
A MediaWiki extension for adding a popup dialog box to the WikiEditor toolbar with which to add template code to wikitext.
https://www.mediawiki.org/wiki/Extension:TemplateWizard
Start chromedriver:
chromedriver --url-base=wd/hub --port=4444
Run Selenium from the MediaWiki root directory:
export MW_SERVER=http://localhost export MW_SCRIPT_PATH=/path/to/wiki export MEDIAWIKI_USER=Admin export MEDIAWIKI_PASSWORD=adminpassword ./node_modules/.bin/wdio ./tests/selenium/wdio.conf.js --spec extensions/TemplateWizard/tests/selenium/specs/TemplateWizard.SearchForm.js