commit | 2949f0ffecb6cac28c130682e7ddc4d283215eda | [log] [tgz] |
---|---|---|
author | Translation updater bot <[email protected]> | Mon Nov 04 08:23:34 2024 +0100 |
committer | Translation updater bot <[email protected]> | Mon Nov 04 08:23:34 2024 +0100 |
tree | cf42de55aee39bde59842db91e0b14366ae22f76 | |
parent | 18b6ca143638ec9f32fe2af691803f753096c585 [diff] |
Localisation updates from https://translatewiki.net. Change-Id: I47c48609905c653710b94fadb236593c71ddbfc5
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