-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 KB
/
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
37
38
39
40
41
42
{
"name": "com-UI-AUTOMATION",
"version": "1.0.0",
"description": "com UI AUTOMATION",
"main": "index.js",
"scripts": {
"qa1-test": "protractor ./built/qa1-config.js",
"qa2-test": "protractor ./built/qa2-config.js",
"presnd-test": "tsc",
"predev1-test": "tsc",
"predev2-test": "tsc",
"preqa2-test": "tsc",
"preprt2-test": "tsc",
"start": "./node_modules/.bin/webdriver-manager start",
"protractor": "./node_modules/protractor/built/cli.js",
"webdriver-update": "./node_modules/.bin/webdriver-manager update"
},
"dependencies": {
"@types/chai": "4.2.9",
"@types/cucumber": "4.0.4",
"@types/jasmine": "2.8.7",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cucumber-html-reporter": "5.1.0",
"jasmine": "3.5.0",
"jasmine-allure-reporter": "^1.0.2",
"node-fetch": "2.0",
"nodeJS": "1.0.0",
"protractor": "^5.4.4",
"protractor-cucumber-framework": "6.2.0",
"selenium-server-standalone": "^2.53.1"
},
"devDependencies": {
"@types/jasminewd2": "^2.0.0",
"@types/jquery": "^3.5.7",
"@types/node": "^16.10.3",
"cucumber": "^6.0.5",
"ts-node": "^3.0.2"
},
"author": "Duster fire",
"license": "ISC"
}