-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
33 lines (33 loc) · 990 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
{
"name": "gtm-datalayer-test",
"version": "1.0.0",
"description": "",
"scripts": {
"spec": "wdio ./examples/examples.conf.js",
"start": "http-server ./examples -s",
"test": "npm start & npm run spec -s || true",
"posttest": "pkill -f http-server",
"postinstall": "cd node_modules/wdio-spec-reporter/ && npm install"
},
"bin": {
"wdio": "./node_modules/.bin/wdio",
"http-server": "./node_modules/.bin/http-server"
},
"main": "./lib/testUtils.js",
"author": "Simo Ahava",
"license": "ISC",
"devDependencies": {
"ajv": "^4.10.4",
"chai": "^3.5.0",
"chai-json-schema": "^1.4.0",
"chai-subset": "^1.4.0",
"http-server": "^0.9.0",
"wdio": "^0.3.3",
"wdio-mocha-framework": "^0.5.8",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.7",
"wdio-spec-reporter": "https://github.com/sahava/wdio-spec-reporter/tarball/master",
"webdriverio": "^4.6.1"
},
"dependencies": {}
}