mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
626d9d4188
This adds a test which checks if the extension appears on the Special:Version page. This is an initial step for adding more browser tests to check changes done in I26fe41c328157233cc5b06d38d2ba0f7b036a853 Change-Id: I9a9d1cd2a25277f2c430f4e80b51b72c1621f91b
27 lines
706 B
JSON
27 lines
706 B
JSON
{
|
|
"name": "cite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Cite extension.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3",
|
|
"wdio-mediawiki": "0.2.0",
|
|
"wdio-mocha-framework": "0.6.1",
|
|
"wdio-spec-reporter": "0.1.4",
|
|
"webdriverio": "4.13.1"
|
|
}
|
|
}
|