forked from nightwatchjs-community/nightwatch-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 806 Bytes
/
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
{
"name": "nightwatch-examples",
"version": "0.1.0",
"description": "A Nightwatch 2 boilerplate project which runs the bundled examples in Github Actions against Google Chrome",
"main": "index.js",
"scripts": {
"test": "nightwatch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nightwatchjs/nightwatch-examples.git"
},
"keywords": [
"nightwatch",
"nightwatchjs",
"selenium-webdriver",
"chrome-headless"
],
"author": "Andrei Rusu",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightwatchjs/nightwatch-examples/issues"
},
"homepage": "https://github.com/nightwatchjs/nightwatch-examples#readme",
"dependencies": {
"@cucumber/cucumber": "^8.2.1",
"chromedriver": "^103.0.0",
"nightwatch": "^2.2.2"
}
}