-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
50 lines (50 loc) · 1.57 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
47
48
49
50
{
"name": "selenium-webdriverio-mocha-chai-sinon-boilerplate",
"version": "1.0.1",
"description": "Selenium Tests",
"main": "test.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"chai": "^4.1.2",
"chromedriver": "^2.45.0",
"mocha": "^5.1.0",
"node-fetch": "^2.1.2",
"selenium-standalone": "^6.15.4",
"wdio-chromedriver-service": "^0.1.5",
"wdio-firefox-profile-service": "0.1.1",
"wdio-mocha-framework": "^0.5.13",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.10",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelguild13/Selenium-WebdriverIO-Mocha-Chai-Sinon-Boilerplate.git"
},
"keywords": [
"Selenium",
"webdriverio",
"mocha",
"chai",
"test boilerplate"
],
"scripts": {
"postinstall": "./node_modules/.bin/selenium-standalone install",
"kill-selenium": "kill -15 $( lsof -i:4444 -t )",
"start": "npm test",
"test": "./node_modules/.bin/wdio wdio.conf.js",
"help": "./node_modules/.bin/wdio --help"
},
"author": "Michael Guild <michaelguild13@gmail.com> <mg@threde.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelguild13/Selenium-WebdriverIO-Mocha-Chai-Sinon-Boilerplate.git/issues"
},
"homepage": "https://github.com/michaelguild13/Selenium-WebdriverIO-Mocha-Chai-Sinon-Boilerplate.git#README"
}