-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "mediawiki-selenium-nodejs",
"version": "0.0.1",
"description": "An example repository on how to implement Selenium tests in Node.js.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "chromedriver --url-base=/wd/hub --port=4444 & grunt; pkill chromedriver"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeljkofilipin/mediawiki-selenium-nodejs.git"
},
"author": "Željko Filipin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeljkofilipin/mediawiki-selenium-nodejs/issues"
},
"homepage": "https://www.mediawiki.org/wiki/Selenium/Node.js",
"dependencies": {
"chromedriver": "^119.0.1",
"eslint-config-wikimedia": "^0.3.0",
"grunt": "^1.5.3",
"grunt-eslint": "^19.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"grunt-nightwatch": "^0.5.4",
"grunt-run": "^0.8.1",
"grunt-webdriver": "^2.0.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^10.2.0",
"mwbot": "^1.0.10",
"nightwatch": "^2.6.9",
"selenium-webdriver": "^4.8.2",
"wdio-dot-reporter": "0.0.6",
"wdio-mocha-framework": "^0.5.4",
"webdriverio": "^4.4.0"
}
}