-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 767 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "nightwatch-bug-report",
"version": "1.0.0",
"scripts": {
"lint": "eslint .",
"test:1205": "nightwatch --config tests/1205/nightwatch.conf.js",
"test:1835": "nightwatch --config tests/1835/nightwatch.conf.js",
"test:1882": "nightwatch --config tests/1882/nightwatch.conf.js",
"test:1938": "nightwatch --config tests/1938/nightwatch.conf.js",
"test:1940": "nightwatch --config tests/1940/nightwatch.conf.js",
"test:2018": "nightwatch --config tests/2018/nightwatch.conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^2.41.0",
"nightwatch": "^1.0.14",
"nightwatch-custom-commands-assertions": "^1.1.1"
},
"devDependencies": {
"eslint": "^5.6.0"
}
}