-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "pgkb-nightwatch",
"version": "1.0.24",
"description": "Using nightwatch for front-end testing of PharmGKB",
"main": "index.js",
"engines": {
"node": "18.16.0"
},
"scripts": {
"test": "./node_modules/.bin/nightwatch --headless",
"test-local": "./node_modules/.bin/nightwatch --env local --headless",
"test-www": "./node_modules/.bin/nightwatch --env www --headless"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pharmgkb/pgkb-nightwatch.git"
},
"author": "Ryan Whaley",
"license": "GPL-2.0",
"homepage": "https://github.com/pharmgkb/pgkb-nightwatch#readme",
"dependencies": {
"nightwatch": "2.6.21"
},
"devDependencies": {
"aws-sdk": "2.1381.0",
"chromedriver": "113.0.0",
"env2": "2.2.2",
"geckodriver": "^4.0.0",
"mime-types": "2.1.35",
"nodemon": "2.0.22"
},
"keywords": [
"nightwatch",
"testing",
"front-end",
"UI",
"browser",
"test",
"testing",
"step-by-step tutorial",
"how to",
"User Acceptance Testing",
"UAT"
]
}