mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-14 17:55:07 +00:00
d6c6dbd73a
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
27 lines
680 B
JSON
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"
|
|
}
|
|
}
|