-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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": "web-driver-io-tutorial",
"version": "1.5.1",
"description": "WebDriverIO Tutorial with working web site and examples",
"author": "Tony Keith <tony.keith@yahoo.com>",
"homepage": "http://tlkeith.com/WebDriverIOTutorialTest.html",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/onewithhammer/web-driver-io-tutorial"
},
"scripts": {
"test": "wdio wdio.conf-copyright1.js"
},
"keywords": [
"webdriverio",
"mocha",
"should",
"examples",
"webdriverio tutorial",
"working examples",
"test script examples",
"reusable commands",
"selenium",
"cloud based testing",
"wdio",
"grunt-webdriver",
"REST API testing",
"supertest",
"http assertion testing",
"json-server",
"database driven test data",
"Excel driven test data"
],
"devDependencies": {
"grunt": "*",
"grunt-webdriver": "^2.0.0",
"mocha": "^2.4.5",
"mongodb": "*",
"node-xlsx": "*",
"promise-mongo": "*",
"q": "^2.0.3",
"should": "^7.1.0",
"supertest": "*",
"wdio-mocha-framework": "^0.5.8",
"wdio-sauce-service": "^0.3.1",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "^4.0.7"
}
}