forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
250 lines (250 loc) · 8.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
"name": "webdriverio",
"description": "A nodejs bindings implementation for selenium 2.0/webdriver",
"version": "4.0.5",
"homepage": "http://webdriver.io",
"author": "Camilo Tapia <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/webdriverio/webdriverio.git"
},
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"license": "MIT",
"main": "./build/index.js",
"bin": {
"wdio": "bin/wdio"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"build": "grunt build",
"coverage": "grunt testcover --verbose",
"prepublish": "npm prune && npm run build && npm run test-unit",
"test": "grunt test",
"test-wdio": "grunt test:wdio",
"test-unit": "grunt test:unit",
"test-mobile": "grunt test:mobile",
"test-desktop": "grunt test:desktop",
"test-functional": "grunt test:functional",
"test-multibrowser": "grunt test:multibrowser"
},
"dependencies": {
"archiver": "~0.14.3",
"babel-runtime": "^5.8.25",
"css-parse": "~2.0.0",
"css-value": "~0.0.1",
"deepmerge": "~0.2.7",
"ejs": "^2.3.1",
"glob": "^5.0.10",
"inquirer": "^0.8.5",
"json-stringify-safe": "^5.0.1",
"mkdirp": "^0.5.1",
"npm-install-package": "^1.0.2",
"optimist": "^0.6.1",
"q": "~1.3.0",
"request": "2.49.0",
"rgb2hex": "~0.1.0",
"supports-color": "^1.3.1",
"url": "~0.10.3",
"validator": "^4.5.0",
"wdio-dot-reporter": "0.0.4",
"wgxpath": "~1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.7",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-string": "^1.1.4",
"chai-things": "^0.2.0",
"codeclimate-test-reporter": "^0.1.1",
"coveralls": "~2.11.2",
"eslint": "^1.4.1",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-mocha-istanbul": "christian-bromann/grunt-mocha-istanbul",
"grunt-mocha-test": "^0.12.7",
"grunt-npm": "0.0.2",
"isparta": "^4.0.0",
"istanbul": "^0.3.13",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.4",
"nock": "^3.6.0",
"saucelabs": "^1.0.1",
"sinon": "^1.17.2",
"wdio-mocha-framework": "^0.2.9"
},
"tags": [
"web",
"test",
"selenium",
"browser",
"javascript"
],
"keywords": [
"webdriverio",
"webdriver",
"selenium",
"appium",
"saucelabs",
"sauce",
"labs",
"mocha",
"nodeUnit",
"buster",
"phantomjs",
"chai",
"vows",
"jasmine",
"assert",
"cucumber",
"testingbot"
],
"contributors": [
"Christian Bromann <[email protected]>",
"vvo <[email protected]>",
"George Crawford <[email protected]>",
"Camilo Tapia <[email protected]>",
"camilo tapia <[email protected]>",
"Christian Bromann <[email protected]>",
"Vincent Voyer <[email protected]>",
"Dan Dascalescu <[email protected]>",
"Dan Jenkins <[email protected]>",
"ysono <[email protected]>",
"Robin Franken <[email protected]>",
"Alexis Gauthiez <[email protected]>",
"clara-udofa <[email protected]>",
"Johannes Nickel <[email protected]>",
"Risto Stevcev <[email protected]>",
"Filipe Araujo <[email protected]>",
"compulim <[email protected]>",
"pazone <[email protected]>",
"csoete <[email protected]>",
"Marius OLAR <[email protected]>",
"Robin Franken <[email protected]>",
"Mason Du <[email protected]>",
"Jaroslav Kubíček <[email protected]>",
"Mikhail Korepanov <[email protected]>",
"Thomas Grainger <[email protected]>",
"George Crawford <[email protected]>",
"Jonas Aschenbrenner <[email protected]>",
"Vadim <[email protected]>",
"tschuliiia <[email protected]>",
"Dmitry Sorin <[email protected]>",
"Karen <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Adrian Lynch <[email protected]>",
"Elmar Athmer <[email protected]>",
"Roman Rozhdestvenskiy <[email protected]>",
"Bryan Kane <[email protected]>",
"Saul Shanabrook <[email protected]>",
"Kevin Sawicki <[email protected]>",
"Marco Faustinelli Muzietto <[email protected]>",
"Tom Regner <[email protected]>",
"Marius Rugan <[email protected]>",
"Willson Haw <[email protected]>",
"Zach Lym <[email protected]>",
"Matija Marohnić <[email protected]>",
"Benjamin Eidelman <[email protected]>",
"Michael Jones <[email protected]>",
"just-boris <[email protected]>",
"Nicky Out <[email protected]>",
"sbmaxx <[email protected]>",
"Pat Thiel <[email protected]>",
"Branton Horsley <[email protected]>",
"Bernhard K. Weisshuhn <[email protected]>",
"Jon Hoguet <[email protected]>",
"ngel Sanz <[email protected]>",
"Theodore J Huff <[email protected]>",
"Thibaut Etienne <[email protected]>",
"Thomas Grainger <[email protected]>",
"Tim Beyer <[email protected]>",
"Tim Brust <[email protected]>",
"Tobias Lidskog <[email protected]>",
"Tommy Chen <[email protected]>",
"Vincent Voyer <[email protected]>",
"Vyacheslav Slinko <[email protected]>",
"Zolmeister <[email protected]>",
"beauwalls1 <[email protected]>",
"dpm3354 <[email protected]>",
"emilbryggare <[email protected]>",
"fufnf <[email protected]>",
"matteonovelli <[email protected]>",
"pplambeck <[email protected]>",
"psimyn <[email protected]>",
"ruanyl <[email protected]>",
"sbmaxx <[email protected]>",
"sgryt <[email protected]>",
"spreston <[email protected]>",
"ssnau <[email protected]>",
"wcainboundary <[email protected]>",
"wingsbob <[email protected]>",
"lker Göktuğ Öztürk <[email protected]>",
"Amitaibu <[email protected]>",
"Anders D. Johnson <[email protected]>",
"Andrew Price <[email protected]>",
"Andrii Shumada <[email protected]>",
"Angie Semler <[email protected]>",
"Anthony Barone <[email protected]>",
"B.E. Henriksen <[email protected]>",
"Ben <[email protected]>",
"Benjamin Nortier <[email protected]>",
"Brandon Wanamaker <[email protected]>",
"Branton Horsley <[email protected]>",
"Brendan Dahl <[email protected]>",
"Daniel Wabyick <[email protected]>",
"David Linse <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Eli Flanagan <[email protected]>",
"Enrique Paredes <[email protected]>",
"Eyal Zekaria <[email protected]>",
"Gaspar Rey <[email protected]>",
"Igor Soarez <[email protected]>",
"Isac Lagerblad <[email protected]>",
"Ivan Poddubny <[email protected]>",
"Jason Whittle <[email protected]>",
"Javier Candeira <[email protected]>",
"Jochen <[email protected]>",
"Joe Pettersson <[email protected]>",
"Johannes Nickel <[email protected]>",
"Jon Hoguet <[email protected]>",
"Jonathan Fielding <[email protected]>",
"Joshua Toenyes <[email protected]>",
"Justin Gorinsky <[email protected]>",
"Kenshiro Nakagawa <[email protected]>",
"Kevin Lamping <[email protected]>",
"Laran Evans <[email protected]>",
"Luigi Leung <[email protected]>",
"Macy Abbey <[email protected]>",
"Martin Hansen <[email protected]>",
"Mason Du <[email protected]>",
"Mathias Schäfer <[email protected]>",
"Maximilian Antoni <[email protected]>",
"Mohammad Asif <[email protected]>",
"Navmed <[email protected]>",
"Patrick Debois <[email protected]>",
"Pavel Karoukin <[email protected]>",
"Quang Van <[email protected]>",
"Richard Silverton <[email protected]>",
"Rick Yakubowski <[email protected]>",
"Rob Howell <[email protected]>",
"Robert Jakubowicz <[email protected]>",
"Sakari Jokinen <[email protected]>",
"Sam Joch <[email protected]>",
"Seth Merrick <[email protected]>",
"Siva <[email protected]>",
"TestingBot <[email protected]>"
]
}