-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 972 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
{
"name": "test_admin",
"version": "1.0.0",
"description": "Code Trac Admin Automation",
"main": "config.js",
"dependencies": {
"chromedriver": "^78.0.1",
"csvjson": "^5.1.0",
"exceljs": "^3.4.0",
"faker": "^4.1.0",
"jasmine": "^3.5.0",
"jasmine-allure-reporter": "^1.0.2",
"json2csv": "^5.0.1",
"log4js": "^5.3.0",
"nodemailer": "^4.0.1",
"npm": "^6.13.4",
"objects-to-csv": "^1.3.6",
"protractor": "^5.4.2",
"protractor-beautiful-reporter": "^1.3.6"
},
"scripts": {
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start",
"test": "protractor config.js",
"report": "allure generate allure-results --clean -o allure-report || true",
"allure": "allure serve allure-results"
},
"author": "Abhinav",
"license": "ISC",
"devDependencies": {
"allure-commandline": "^2.13.0",
"jasmine-spec-reporter": "^4.2.1",
"xlsx": "^0.10.9"
}
}