forked from wikimedia/mediawiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"scripts": {
"api-testing": "npm run api-testing-lint && mocha --timeout 0 --recursive tests/api-testing",
"api-testing-lint": "eslint --cache --max-warnings 0 tests/api-testing/**",
"build": "grunt minify",
"test": "grunt lint && npm run doc",
"qunit": "grunt qunit",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck",
"selenium": "bash ./tests/selenium/selenium.sh",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "6.1.12",
"@wdio/devtools-service": "6.1.11",
"@wdio/dot-reporter": "6.1.9",
"@wdio/junit-reporter": "6.1.9",
"@wdio/local-runner": "6.1.12",
"@wdio/mocha-framework": "6.1.8",
"@wdio/sauce-service": "6.1.9",
"@wdio/sync": "6.1.8",
"api-testing": "1.2.0",
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.1.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-karma": "4.0.0",
"grunt-stylelint": "0.15.0",
"grunt-svgmin": "5.0.0",
"karma": "5.0.4",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-qunit": "4.1.0",
"postcss-less": "2.0.0",
"qunit": "2.10.0",
"stylelint-config-wikimedia": "0.10.1",
"wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
"wdio-video-reporter": "3.0.0",
"webdriverio": "6.1.12"
}
}