@wdio/cli 7.19.3 → 7.19.6
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 +25 -13
- 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,14 +83,20 @@ 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";
|
|
97
|
+
}, {
|
|
98
|
+
readonly name: "light";
|
|
99
|
+
readonly value: "@wdio-light-reporter--$light";
|
|
94
100
|
}];
|
|
95
101
|
readonly plugin: readonly [{
|
|
96
102
|
readonly name: "wait-for";
|
|
@@ -349,8 +355,8 @@ export declare const QUESTIONNAIRE: ({
|
|
|
349
355
|
readonly name: "json";
|
|
350
356
|
readonly value: "wdio-json-reporter$--$json";
|
|
351
357
|
}, {
|
|
352
|
-
readonly name: "cucumber";
|
|
353
|
-
readonly value: "wdio-
|
|
358
|
+
readonly name: "cucumber-json";
|
|
359
|
+
readonly value: "wdio-cucumberjs-json-reporter$--$cucumberjs-json";
|
|
354
360
|
}, {
|
|
355
361
|
readonly name: "mochawesome";
|
|
356
362
|
readonly value: "wdio-mochawesome-reporter$--$mochawesome";
|
|
@@ -358,16 +364,22 @@ export declare const QUESTIONNAIRE: ({
|
|
|
358
364
|
readonly name: "timeline";
|
|
359
365
|
readonly value: "wdio-timeline-reporter$--$timeline";
|
|
360
366
|
}, {
|
|
361
|
-
readonly name: "html";
|
|
362
|
-
readonly value: "
|
|
367
|
+
readonly name: "html-nice";
|
|
368
|
+
readonly value: "wdio-html-nice-reporter$--$html-nice";
|
|
369
|
+
}, {
|
|
370
|
+
readonly name: "slack";
|
|
371
|
+
readonly value: "@moroo/wdio-slack-reporter$--$slack";
|
|
363
372
|
}, {
|
|
364
|
-
readonly name: "
|
|
365
|
-
readonly value: "
|
|
373
|
+
readonly name: "teamcity";
|
|
374
|
+
readonly value: "wdio-teamcity-reporter$--$teamcity";
|
|
366
375
|
}, {
|
|
367
376
|
readonly name: "delta";
|
|
368
377
|
readonly value: "@delta-reporter/wdio-delta-reporter-service";
|
|
378
|
+
}, {
|
|
379
|
+
readonly name: "light";
|
|
380
|
+
readonly value: "@wdio-light-reporter--$light";
|
|
369
381
|
}];
|
|
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-
|
|
382
|
+
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" | "@wdio-light-reporter--$light")[];
|
|
371
383
|
when?: undefined;
|
|
372
384
|
validate?: undefined;
|
|
373
385
|
} | {
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ErB,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,12 +78,14 @@ 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: '
|
|
86
|
-
{ 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' },
|
|
87
|
+
{ name: 'delta', value: '@delta-reporter/wdio-delta-reporter-service' },
|
|
88
|
+
{ name: 'light', value: '@wdio-light-reporter--$light' }
|
|
87
89
|
],
|
|
88
90
|
plugin: [
|
|
89
91
|
{ name: 'wait-for', value: 'wdio-wait-for$--$wait-for' },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "7.19.
|
|
3
|
+
"version": "7.19.6",
|
|
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": "2c47135ce20083f37431e25b0bf854550a14b6e8"
|
|
65
65
|
}
|