-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 820 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 820 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
25
26
27
28
29
30
{
"name": "bc-engine-selenium",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --no-timeouts 'tests/*.js'",
"test-login": "mocha --no-timeouts 'tests/test.login-logout.js'",
"test-users": "mocha --no-timeouts 'tests/test.users.js'",
"test-dash": "mocha --no-timeouts 'tests/test.dashboard.js'",
"test-reports": "mocha --no-timeouts 'tests/test.reports.js'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"bluebird": "^3.7.2",
"chai": "^4.3.4",
"chromedriver": "^96.0.0",
"geckodriver": "^2.0.4",
"nyc": "^15.1.0",
"options": "^0.0.6",
"selenium-webdriver": "^4.1.0"
},
"devDependencies": {
"@applitools/eyes-selenium": "^4.58.3",
"mocha": "^9.1.3"
}
}