@wdio/cli 7.19.2 → 7.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/constants.d.ts +20 -14
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +6 -4
- package/package.json +6 -6
package/build/constants.d.ts
CHANGED
|
@@ -74,8 +74,8 @@ export declare const SUPPORTED_PACKAGES: {
|
|
|
74
74
|
readonly name: "json";
|
|
75
75
|
readonly value: "wdio-json-reporter$--$json";
|
|
76
76
|
}, {
|
|
77
|
-
readonly name: "cucumber";
|
|
78
|
-
readonly value: "wdio-
|
|
77
|
+
readonly name: "cucumber-json";
|
|
78
|
+
readonly value: "wdio-cucumberjs-json-reporter$--$cucumberjs-json";
|
|
79
79
|
}, {
|
|
80
80
|
readonly name: "mochawesome";
|
|
81
81
|
readonly value: "wdio-mochawesome-reporter$--$mochawesome";
|
|
@@ -83,11 +83,14 @@ export declare const SUPPORTED_PACKAGES: {
|
|
|
83
83
|
readonly name: "timeline";
|
|
84
84
|
readonly value: "wdio-timeline-reporter$--$timeline";
|
|
85
85
|
}, {
|
|
86
|
-
readonly name: "html";
|
|
87
|
-
readonly value: "
|
|
86
|
+
readonly name: "html-nice";
|
|
87
|
+
readonly value: "wdio-html-nice-reporter$--$html-nice";
|
|
88
|
+
}, {
|
|
89
|
+
readonly name: "slack";
|
|
90
|
+
readonly value: "@moroo/wdio-slack-reporter$--$slack";
|
|
88
91
|
}, {
|
|
89
|
-
readonly name: "
|
|
90
|
-
readonly value: "
|
|
92
|
+
readonly name: "teamcity";
|
|
93
|
+
readonly value: "wdio-teamcity-reporter$--$teamcity";
|
|
91
94
|
}, {
|
|
92
95
|
readonly name: "delta";
|
|
93
96
|
readonly value: "@delta-reporter/wdio-delta-reporter-service";
|
|
@@ -349,8 +352,8 @@ export declare const QUESTIONNAIRE: ({
|
|
|
349
352
|
readonly name: "json";
|
|
350
353
|
readonly value: "wdio-json-reporter$--$json";
|
|
351
354
|
}, {
|
|
352
|
-
readonly name: "cucumber";
|
|
353
|
-
readonly value: "wdio-
|
|
355
|
+
readonly name: "cucumber-json";
|
|
356
|
+
readonly value: "wdio-cucumberjs-json-reporter$--$cucumberjs-json";
|
|
354
357
|
}, {
|
|
355
358
|
readonly name: "mochawesome";
|
|
356
359
|
readonly value: "wdio-mochawesome-reporter$--$mochawesome";
|
|
@@ -358,16 +361,19 @@ export declare const QUESTIONNAIRE: ({
|
|
|
358
361
|
readonly name: "timeline";
|
|
359
362
|
readonly value: "wdio-timeline-reporter$--$timeline";
|
|
360
363
|
}, {
|
|
361
|
-
readonly name: "html";
|
|
362
|
-
readonly value: "
|
|
364
|
+
readonly name: "html-nice";
|
|
365
|
+
readonly value: "wdio-html-nice-reporter$--$html-nice";
|
|
363
366
|
}, {
|
|
364
|
-
readonly name: "
|
|
365
|
-
readonly value: "
|
|
367
|
+
readonly name: "slack";
|
|
368
|
+
readonly value: "@moroo/wdio-slack-reporter$--$slack";
|
|
369
|
+
}, {
|
|
370
|
+
readonly name: "teamcity";
|
|
371
|
+
readonly value: "wdio-teamcity-reporter$--$teamcity";
|
|
366
372
|
}, {
|
|
367
373
|
readonly name: "delta";
|
|
368
374
|
readonly value: "@delta-reporter/wdio-delta-reporter-service";
|
|
369
375
|
}];
|
|
370
|
-
default: ("@wdio/spec-reporter$--$spec" | "@wdio/dot-reporter$--$dot" | "@wdio/junit-reporter$--$junit" | "@wdio/allure-reporter$--$allure" | "@wdio/sumologic-reporter$--$sumologic" | "@wdio/concise-reporter$--$concise" | "wdio-reportportal-reporter$--$reportportal" | "wdio-video-reporter$--$video" | "wdio-json-reporter$--$json" | "wdio-
|
|
376
|
+
default: ("@wdio/spec-reporter$--$spec" | "@wdio/dot-reporter$--$dot" | "@wdio/junit-reporter$--$junit" | "@wdio/allure-reporter$--$allure" | "@wdio/sumologic-reporter$--$sumologic" | "@wdio/concise-reporter$--$concise" | "wdio-reportportal-reporter$--$reportportal" | "wdio-video-reporter$--$video" | "wdio-json-reporter$--$json" | "wdio-cucumberjs-json-reporter$--$cucumberjs-json" | "wdio-mochawesome-reporter$--$mochawesome" | "wdio-timeline-reporter$--$timeline" | "wdio-html-nice-reporter$--$html-nice" | "@moroo/wdio-slack-reporter$--$slack" | "wdio-teamcity-reporter$--$teamcity" | "@delta-reporter/wdio-delta-reporter-service")[];
|
|
371
377
|
when?: undefined;
|
|
372
378
|
validate?: undefined;
|
|
373
379
|
} | {
|
|
@@ -381,8 +387,8 @@ export declare const QUESTIONNAIRE: ({
|
|
|
381
387
|
readonly name: "angular-component-harnesses";
|
|
382
388
|
readonly value: "@badisi/wdio-harness$--$harness";
|
|
383
389
|
}];
|
|
390
|
+
default: never[];
|
|
384
391
|
when?: undefined;
|
|
385
|
-
default?: undefined;
|
|
386
392
|
validate?: undefined;
|
|
387
393
|
} | {
|
|
388
394
|
type: string;
|
package/build/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAItC,eAAO,MAAM,YAAY,QAAqE,CAAA;AAE9F,eAAO,MAAM,kBAAkB;;;;;CAK9B,CAAA;AAED,eAAO,MAAM,mBAAmB,wFAI/B,CAAA;AAED,eAAO,MAAM,6BAA6B,iHAIzC,CAAA;AAED,eAAO,MAAM,iCAAiC,8CAG7C,CAAA;AAED,eAAO,MAAM,WAAW,KAAK,CAAA;AAE7B,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,eAAO,MAAM,UAAU;;;;CAItB,CAAA;AAED,eAAO,MAAM,uBAAuB,iGAI1B,CAAA;AAEV,eAAO,MAAM,gBAAgB;;;;CAInB,CAAA;AAEV,eAAO,MAAM,wBAAwB,gQAQpC,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAItC,eAAO,MAAM,YAAY,QAAqE,CAAA;AAE9F,eAAO,MAAM,kBAAkB;;;;;CAK9B,CAAA;AAED,eAAO,MAAM,mBAAmB,wFAI/B,CAAA;AAED,eAAO,MAAM,6BAA6B,iHAIzC,CAAA;AAED,eAAO,MAAM,iCAAiC,8CAG7C,CAAA;AAED,eAAO,MAAM,WAAW,KAAK,CAAA;AAE7B,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,eAAO,MAAM,UAAU;;;;CAItB,CAAA;AAED,eAAO,MAAM,uBAAuB,iGAI1B,CAAA;AAEV,eAAO,MAAM,gBAAgB;;;;CAInB,CAAA;AAEV,eAAO,MAAM,wBAAwB,gQAQpC,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyErB,CAAA;AAEV,eAAO,MAAM,eAAe,0NAMlB,CAAA;AAEV,eAAO,MAAM,gBAAgB,4BAGnB,CAAA;AAEV,eAAO,MAAM,aAAa,+BAIhB,CAAA;AAEV,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;oBAgBqB,YAAY;;;;;;;;;oBAMZ,YAAY;;;;;;;;;oBAyBZ,YAAY;;;;;;;oBAkDZ,YAAY;;;;;;;;oBAMZ,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAsCpC,YAAY;oBACY,YAAY;;;;;;;uBAWpC,YAAY;oBACY,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAgDR,MAAM,EAAE;;;;;;;;;;IA6BzD,CAAA"}
|
package/build/constants.js
CHANGED
|
@@ -78,11 +78,12 @@ exports.SUPPORTED_PACKAGES = {
|
|
|
78
78
|
{ name: 'reportportal', value: 'wdio-reportportal-reporter$--$reportportal' },
|
|
79
79
|
{ name: 'video', value: 'wdio-video-reporter$--$video' },
|
|
80
80
|
{ name: 'json', value: 'wdio-json-reporter$--$json' },
|
|
81
|
-
{ name: 'cucumber', value: 'wdio-
|
|
81
|
+
{ name: 'cucumber-json', value: 'wdio-cucumberjs-json-reporter$--$cucumberjs-json' },
|
|
82
82
|
{ name: 'mochawesome', value: 'wdio-mochawesome-reporter$--$mochawesome' },
|
|
83
83
|
{ name: 'timeline', value: 'wdio-timeline-reporter$--$timeline' },
|
|
84
|
-
{ name: 'html', value: '
|
|
85
|
-
{ name: '
|
|
84
|
+
{ name: 'html-nice', value: 'wdio-html-nice-reporter$--$html-nice' },
|
|
85
|
+
{ name: 'slack', value: '@moroo/wdio-slack-reporter$--$slack' },
|
|
86
|
+
{ name: 'teamcity', value: 'wdio-teamcity-reporter$--$teamcity' },
|
|
86
87
|
{ name: 'delta', value: '@delta-reporter/wdio-delta-reporter-service' }
|
|
87
88
|
],
|
|
88
89
|
plugin: [
|
|
@@ -331,7 +332,8 @@ exports.QUESTIONNAIRE = [{
|
|
|
331
332
|
type: 'checkbox',
|
|
332
333
|
name: 'plugins',
|
|
333
334
|
message: 'Do you want to add a plugin to your test setup?',
|
|
334
|
-
choices: exports.SUPPORTED_PACKAGES.plugin
|
|
335
|
+
choices: exports.SUPPORTED_PACKAGES.plugin,
|
|
336
|
+
default: []
|
|
335
337
|
}, {
|
|
336
338
|
type: 'checkbox',
|
|
337
339
|
name: 'services',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "7.19.
|
|
3
|
+
"version": "7.19.5",
|
|
4
4
|
"description": "WebdriverIO testrunner command line interface",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@types/lodash.union": "^4.6.6",
|
|
38
38
|
"@types/node": "^17.0.4",
|
|
39
39
|
"@types/recursive-readdir": "^2.2.0",
|
|
40
|
-
"@wdio/config": "7.19.
|
|
40
|
+
"@wdio/config": "7.19.5",
|
|
41
41
|
"@wdio/logger": "7.19.0",
|
|
42
|
-
"@wdio/types": "7.19.
|
|
43
|
-
"@wdio/utils": "7.19.
|
|
42
|
+
"@wdio/types": "7.19.5",
|
|
43
|
+
"@wdio/utils": "7.19.5",
|
|
44
44
|
"async-exit-hook": "^2.0.1",
|
|
45
45
|
"chalk": "^4.0.0",
|
|
46
46
|
"chokidar": "^3.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"lodash.union": "^4.6.0",
|
|
54
54
|
"mkdirp": "^1.0.4",
|
|
55
55
|
"recursive-readdir": "^2.2.2",
|
|
56
|
-
"webdriverio": "7.19.
|
|
56
|
+
"webdriverio": "7.19.5",
|
|
57
57
|
"yargs": "^17.0.0",
|
|
58
58
|
"yarn-install": "^1.0.0"
|
|
59
59
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"types": "./build/index.d.ts",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "75af233cbaecf1aaf6a6168dfb4225f56dd21daf"
|
|
65
65
|
}
|