mediawiki-extensions-AbuseF.../package.json
Daimona Eaytoy 0646b4fe7d Add config for Selenium and basic tests
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
2019-09-17 16:23:07 +00:00

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"
}
}