mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
0646b4fe7d
This is some sort of Hello World for selenium. This patch adds the config files and a couple of very basic tests. Bug: T214478 Change-Id: I8193b4edb40332bea1d08e24ec020bf36004320d
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"private": true,
|
|
"description": "Build tools for the AbuseFilter mediawiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.13.1",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.11.0",
|
|
"stylelint": "10.1.0",
|
|
"stylelint-config-wikimedia": "0.6.0",
|
|
"wdio-mediawiki": "0.4.0",
|
|
"wdio-mocha-framework": "0.6.4",
|
|
"wdio-spec-reporter": "0.1.5",
|
|
"webdriverio": "4.14.0"
|
|
}
|
|
}
|