Merge "Fix betafeature preview to use the standard template background"
tree: 59c2901b20714df71ac95dfbc9dde1aefced4574
  1. .eslintrc.json
  2. .gitignore
  3. .gitreview
  4. .phpcs.xml
  5. .stylelintrc.json
  6. CODE_OF_CONDUCT.md
  7. COPYING
  8. Gruntfile.js
  9. README.md
  10. composer.json
  11. extension.json
  12. i18n/
  13. images/
  14. includes/
  15. package.json
  16. resources/
  17. tests/
README.md

TemplateWizard

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

Running browser tests

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