-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 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
43
44
45
46
{
"name": "protractor-jasmine-typescript",
"version": "1.0.0",
"description": "This is Test Automation framework designed using Protractor, Jasmine and TypeScript",
"homepage": "https://github.com/qaloop/protractor-jasmine-typescript",
"main": "conf.js",
"dependencies": {
"exceljs": "^1.13.0",
"jasmine": "^3.4.0",
"jasmine-reporters": "^2.3.2",
"papaparse": "^4.6.3",
"protractor": "^5.4.2",
"protractor-beautiful-reporter": "^1.2.8",
"typescript": "^3.5.3",
"webdriver-manager": "^12.1.5"
},
"devDependencies": {
"@types/jasmine": "^3.3.16",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^12.7.4",
"rimraf": "^2.6.3",
"tslint": "^5.18.0"
},
"scripts": {
"tsc": "tsc",
"clean": "rimraf temp/ && rimraf download/",
"pretest": "npm run clean && npm run tsc",
"test": "protractor temp/conf.js",
"webdriver-update": "node node_modules/protractor/bin/webdriver-manager update"
},
"keywords": [
"protractor",
"jasmine",
"typescript",
"javascript",
"angular",
"angularjs",
"vscode",
"testing",
"selenium",
"webdriverJS",
"automation testing"
],
"author": "QA Lint",
"license": "MIT"
}