generated from szikszail/ui-test-seed
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 995 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
31
32
33
34
35
36
{
"name": "ui-test-seed-protractor",
"version": "0.0.1",
"description": "Template for UI test automation project, using: CucumberJS, Selenium, Protractor",
"private": true,
"scripts": {
"pretest": "webdriver-manager update --chrome",
"test": "protractor config/protractor.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idea-pool/ui-test-seed-protractor.git"
},
"keywords": [
"CucumberJS",
"Protractor"
],
"engines": {
"node": ">=16"
},
"author": "Idea Pool <[email protected]>",
"license": "See LICENSE",
"bugs": {
"url": "https://github.com/idea-pool/ui-test-seed-protractor/issues"
},
"homepage": "https://github.com/idea-pool/ui-test-seed-protractor#readme",
"dependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-each": "^0.0.1",
"chai-sorted": "^0.2.0",
"cucumber": "^6.0.5",
"protractor": "^7.0.0",
"protractor-cucumber-framework": "^8.4.2"
}
}