-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
36
{
"name": "sst-protractor",
"version": "1.0.0",
"description": "Framework for Protractor",
"main": "protractor.conf.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@types/node": "^13.5.0",
"@types/winston": "^2.4.4",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"protractor": "^5.4.2",
"protractor-html-reporter-2": "^1.0.4",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/jasmine": "^3.5.1",
"@types/jasminewd2": "^2.0.8"
},
"scripts": {
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update",
"pretest": "docker-compose -f docker-compose.yml up -d && sleep 10",
"test": "protractor protractor.conf.js",
"posttest": "docker-compose down"
},
"keywords": [
"Protractor"
],
"author": "Mathew Carrigan",
"license": "ISC"
}