forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
364 lines (364 loc) · 13.7 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
{
"name": "webdriverio",
"description": "A nodejs bindings implementation for selenium 2.0/webdriver",
"version": "4.6.1",
"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",
"test-snyk": "snyk test"
},
"dependencies": {
"archiver": "1.0.0",
"babel-runtime": "^6.9.2",
"css-parse": "~2.0.0",
"css-value": "~0.0.1",
"deepmerge": "^0.2.10",
"ejs": "^2.3.1",
"gaze": "^1.1.2",
"glob": "^7.0.5",
"inquirer": "^1.1.2",
"json-stringify-safe": "^5.0.1",
"mkdirp": "^0.5.1",
"npm-install-package": "^1.0.2",
"optimist": "^0.6.1",
"q": "~1.4.1",
"request": "2.79.0",
"rgb2hex": "~0.1.0",
"supports-color": "^3.1.2",
"url": "^0.11.0",
"validator": "^5.4.0",
"wdio-dot-reporter": "^0.0.6",
"wgxpath": "~1.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"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-config-standard": "^5.3.5",
"eslint-plugin-chai-expect": "^1.1.1",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"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": "^19.0.0",
"grunt-mocha-istanbul": "^5.0.1",
"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",
"mock-require": "^2.0.0",
"nock": "8.0.0",
"saucelabs": "^1.0.1",
"sinon": "^1.17.2",
"snyk": "1.16.0",
"wdio-mocha-framework": "^0.5.5"
},
"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]>",
"christian-bromann <[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]>",
"W. van Kuipers <[email protected]>",
"Dan Jenkins <[email protected]>",
"Pat Thiel <[email protected]>",
"Robin Franken <[email protected]>",
"Alexis Gauthiez <[email protected]>",
"clara-udofa <[email protected]>",
"ysono <[email protected]>",
"Johannes Nickel <[email protected]>",
"Risto Stevcev <[email protected]>",
"Anton Usmansky <[email protected]>",
"Filipe Araujo <[email protected]>",
"Amila Welihinda <[email protected]>",
"Kevin Lamping <[email protected]>",
"compulim <[email protected]>",
"Kurt Harriger <[email protected]>",
"pazone <[email protected]>",
"dsh <[email protected]>",
"csoete <[email protected]>",
"Jaroslav Kubíček <[email protected]>",
"Alexander Abashkin <[email protected]>",
"Robin Franken <[email protected]>",
"Mason Du <[email protected]>",
"Marius OLAR <[email protected]>",
"Richard Leap <[email protected]>",
"Mikhail Korepanov <[email protected]>",
"Juga Paazmaya <[email protected]>",
"Karen <[email protected]>",
"Matthew Cale <[email protected]>",
"tschuliiia <[email protected]>",
"Matija Marohnić <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Konrad <[email protected]>",
"Dmitry Sorin <[email protected]>",
"Vadim <[email protected]>",
"Tsutomu Kawamura <[email protected]>",
"Thomas Grainger <[email protected]>",
"W. van Kuipers <[email protected]>",
"ağdaş Tülek <[email protected]>",
"Anton Kuznetsov <[email protected]>",
"George Crawford <[email protected]>",
"Jim Davis <jim.davis@krogercom>",
"Jochen <[email protected]>",
"Jonas Aschenbrenner <[email protected]>",
"Adrian Lynch <[email protected]>",
"Andy Edwards <[email protected]>",
"Benjamin Eidelman <[email protected]>",
"Bernhard K. Weisshuhn <[email protected]>",
"Branton Horsley <[email protected]>",
"Brian Broll <[email protected]>",
"Bryan Kane <[email protected]>",
"Danny Guo <[email protected]>",
"DudaGod <[email protected]>",
"Ebbe Brandstrup <[email protected]>",
"Elmar Athmer <[email protected]>",
"Jon Hoguet <[email protected]>",
"Josh Cypher <[email protected]>",
"Kevin Sawicki <[email protected]>",
"Marco Faustinelli Muzietto <[email protected]>",
"Marius Rugan <[email protected]>",
"Micah Godbolt <[email protected]>",
"Michael Jones <[email protected]>",
"Nicholas Dobie <[email protected]>",
"Nicky Out <[email protected]>",
"Pranjal Raihan <[email protected]>",
"Roman <[email protected]>",
"Roman Rozhdestvenskiy <[email protected]>",
"Saul Shanabrook <[email protected]>",
"Stefan Grönke <[email protected]>",
"Tom Regner <[email protected]>",
"Willson Haw <[email protected]>",
"Zach Lym <[email protected]>",
"enrique.daimiel <[email protected]>",
"gramgit <[email protected]>",
"just-boris <[email protected]>",
"patthiel <[email protected]>",
"sbmaxx <[email protected]>",
"ngel Sanz <[email protected]>",
"junketjim <[email protected]>",
"Eric Lee Carraway <[email protected]>",
"Jonathan Fielding <[email protected]>",
"just-boris <[email protected]>",
"Josh Ferge <[email protected]>",
"Joshua Toenyes <[email protected]>",
"Enrique Paredes <[email protected]>",
"Justin Gorinsky <[email protected]>",
"Emmerson Siqueira <[email protected]>",
"Kenshiro Nakagawa <[email protected]>",
"Eli Flanagan <[email protected]>",
"Kevin McDonnell <[email protected]>",
"Amitaibu <[email protected]>",
"Khanh Do <[email protected]>",
"Ebbe Brandstrup <[email protected]>",
"Denis Gorbachev <[email protected]>",
"Laran Evans <[email protected]>",
"Levi Thomason <[email protected]>",
"Luigi Leung <[email protected]>",
"Lukáš Linhart <[email protected]>",
"Macy Abbey <[email protected]>",
"Marc Thomas <[email protected]>",
"lisss <[email protected]>",
"David M. Lentz <[email protected]>",
"matteonovelli <[email protected]>",
"Martin Hansen <[email protected]>",
"David Linse <[email protected]>",
"Mason Du <[email protected]>",
"Mathias Schaefer (molily) <[email protected]>",
"Mathias Schäfer <[email protected]>",
"David Adams <[email protected]>",
"Daniel Wabyick <[email protected]>",
"Maximilian Antoni <[email protected]>",
"lker Göktuğ Öztürk <[email protected]>",
"Andrey Lazebniy <[email protected]>",
"Michael Silveira <[email protected]>",
"Mickaël Andrieu <[email protected]>",
"Mike Nason <[email protected]>",
"Dale Fukami <[email protected]>",
"Minkyu Cho <[email protected]>",
"Mohammad Asif <[email protected]>",
"Navmed <[email protected]>",
"pplambeck <[email protected]>",
"Nick <[email protected]>",
"psimyn <[email protected]>",
"Oleg Seletsky <[email protected]>",
"Pat Thiel <[email protected]>",
"Clint Goodman <[email protected]>",
"Patrick Debois <[email protected]>",
"Pavel Karoukin <[email protected]>",
"Piper Chester <[email protected]>",
"ruanyl <[email protected]>",
"Pranjal Raihan <[email protected]>",
"Quang Van <[email protected]>",
"Ray Dai <[email protected]>",
"RayWasHere <[email protected]>",
"Remek Ambroziak <[email protected]>",
"Richard Leap <[email protected]>",
"Christian Leutloff <[email protected]>",
"Richard Silverton <[email protected]>",
"Rick Yakubowski <[email protected]>",
"Chris Oelmueller <[email protected]>",
"Rob Howell <[email protected]>",
"Robert Jakubowicz <[email protected]>",
"Bruno Torquato <[email protected]>",
"Brendan Dahl <[email protected]>",
"Algram <[email protected]>",
"Roman Faizullin <[email protected]>",
"sbmaxx <[email protected]>",
"Sakari Jokinen <[email protected]>",
"Sam Joch <[email protected]>",
"sgryt <[email protected]>",
"Schultz,Konrad <[email protected]>",
"Scott Falkingham <[email protected]>",
"Seth Merrick <[email protected]>",
"Sébastien David <[email protected]>",
"Siva <[email protected]>",
"spreston <[email protected]>",
"Templum <[email protected]>",
"TestingBot <[email protected]>",
"Theodore J Huff <[email protected]>",
"Thibaut Etienne <[email protected]>",
"Branton Horsley <[email protected]>",
"Thomas Grainger <[email protected]>",
"Tim Beyer <[email protected]>",
"Tim Brust <[email protected]>",
"Tim Brust <[email protected]>",
"Tim De Pauw <[email protected]>",
"Tobias Lidskog <[email protected]>",
"ssnau <[email protected]>",
"Tommy Chen <[email protected]>",
"Brandon Wanamaker <[email protected]>",
"Tyler Johnson <[email protected]>",
"Boris Serdiuk <[email protected]>",
"Vadim Ivanov <[email protected]>",
"Van Le <[email protected]>",
"Vincent Voyer <[email protected]>",
"BlueRaja <[email protected]>",
"Vyacheslav Slinko <[email protected]>",
"Benjamin Nortier <[email protected]>",
"Ben Calegari <[email protected]>",
"Will Meldon <[email protected]>",
"William T Luce <[email protected]>",
"Andrew Price <[email protected]>",
"Anders D. Johnson <[email protected]>",
"Ziko Rajabali <[email protected]>",
"Zolmeister <[email protected]>",
"amyjen <[email protected]>",
"anhhh.11 <[email protected]>",
"beauwalls1 <[email protected]>",
"butlersrepos <[email protected]>",
"Ben <[email protected]>",
"B.E. Henriksen <[email protected]>",
"Arie Milner <[email protected]>",
"Anthony Barone <[email protected]>",
"Angie Semler <[email protected]>",
"André <[email protected]>",
"dpm3354 <[email protected]>",
"Andrii Shumada <[email protected]>",
"emilbryggare <[email protected]>",
"wcainboundary <[email protected]>",
"fufnf <[email protected]>",
"wingsbob <[email protected]>",
"jharrowmortelliti <[email protected]>",
"Gaspar Rey <[email protected]>",
"Igor Soarez <[email protected]>",
"Isac Lagerblad <[email protected]>",
"Ivan Poddubny <[email protected]>",
"James M. Greene <[email protected]>",
"Francis Reyes <[email protected]>",
"Jason Whittle <[email protected]>",
"Javier Candeira <[email protected]>",
"Jens Schulze <[email protected]>",
"Jim Davis <[email protected]>",
"Jim Davis <[email protected]>",
"Jim Davis <[email protected]>",
"Eyal Zekaria <[email protected]>",
"Evgeni Kostadinov <[email protected]>",
"Joe <[email protected]>",
"Joe Helfrich <[email protected]>",
"Joe Pettersson <[email protected]>",
"Johannes Nickel <[email protected]>",
"Erwan de FERRIERES <[email protected]>",
"John Hewson <[email protected]>",
"John Scaglione <[email protected]>",
"Jon Hoguet <[email protected]>",
"Jon Wood <[email protected]>"
]
}