mediawiki-extensions-CodeMi.../package.json
Adam Wight d6c6dbd73a Browser tests for CodeMirror (wikitext 2010 editor)
Basic tests to show that the highlighting classes have been attached
to the expected elements.

TODO in later patches:
* tests for the wikitext 2017 editor

Bug: T270240
Change-Id: I01ebd9881d38dd877f19ee3bb4fdcbb74d43afaf
2021-01-08 11:01:13 +01:00

27 lines
680 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "6.1.12",
"@wdio/devtools-service": "6.4.0",
"@wdio/junit-reporter": "6.1.9",
"@wdio/local-runner": "6.10.13",
"@wdio/mocha-framework": "6.10.11",
"@wdio/spec-reporter": "6.10.6",
"@wdio/sync": "6.10.11",
"dotenv": "8.2.0",
"eslint-config-wikimedia": "0.17.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",
"stylelint-config-wikimedia": "0.10.3",
"wdio-mediawiki": "1.0.0",
"wdio-video-reporter": "3.0.0",
"webdriverio": "6.1.12"
}
}