| hashar added subscribers: WMDE-leszek, hashar. hashar added a comment. |
That has been introduced by a267be7065f1a2a91b721cf48ff89cc3e2d74318
commit a267be7065f1a2a91b721cf48ff89cc3e2d74318 Author: Leszek Manicki <[email protected]> Date: Wed Aug 2 12:48:15 2017 +0200
Run QUnit tests using Karma runner
This includes several changes:
- custom home-brew test runner is removed in favour of
using Karma runner.
- more modern versions of jquery and qunit are used, and
installed using npm, instead of including copies of
libs in the git repo. jquery is only used to have access
to $.extend, and it also works in jquery 3 without changes
to our code!
- QUnit-parameterize has no public version (neither official
npm package neither custom in-house fork used so far) that
works with QUnit 2, so it has been dropped too. Changes to
tests are not significant due to small size of the library.
All previously tested behaviour is still tested.
- RequireJS, only used for tests, is no longer used,
Karma config specifies dependencies for tests to run.
- QUnit tests are run as part of npm test. Bash build script
is removed.And later aefd2b7723e59542414dc3bb66350cef63b61fcd makes it a standalone PHP library:
commit aefd2b7723e59542414dc3bb66350cef63b61fcd Author: Leszek Manicki <[email protected]> Date: Tue Nov 14 11:12:39 2017 +0100 Remove _javascript_ files, DataTypesModule class, and MW integration files This is no longer a MediaWiki extension, just a PHP library. Bug: T180449 Bug: T180448 Change-Id: Id399975f678687ffd59c443f9e79e500c480fca6
Which drops the _javascript_/qunit part.
We should move the Gerrit repo out of the mediawiki/extensions/ namespace ?
TASK DETAIL
EMAIL PREFERENCES
To: hashar
Cc: hashar, WMDE-leszek, Legoktm, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g
Cc: hashar, WMDE-leszek, Legoktm, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
