@wdio/cli 8.1.2 → 8.2.0
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 +146 -9
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +42 -20
- package/build/templates/wdio.conf.tpl.ejs +1 -1
- package/build/utils.d.ts.map +1 -1
- package/build/utils.js +1 -4
- package/package.json +8 -8
package/build/constants.d.ts
CHANGED
|
@@ -97,9 +97,12 @@ export declare const SUPPORTED_PACKAGES: {
|
|
|
97
97
|
}, {
|
|
98
98
|
readonly name: "delta";
|
|
99
99
|
readonly value: "@delta-reporter/wdio-delta-reporter-service";
|
|
100
|
+
}, {
|
|
101
|
+
readonly name: "testrail";
|
|
102
|
+
readonly value: "@wdio/testrail-reporter$--$testrail";
|
|
100
103
|
}, {
|
|
101
104
|
readonly name: "light";
|
|
102
|
-
readonly value: "
|
|
105
|
+
readonly value: "wdio-light-reporter--$light";
|
|
103
106
|
}];
|
|
104
107
|
readonly plugin: readonly [{
|
|
105
108
|
readonly name: "wait-for";
|
|
@@ -150,6 +153,9 @@ export declare const SUPPORTED_PACKAGES: {
|
|
|
150
153
|
}, {
|
|
151
154
|
readonly name: "firefox-profile";
|
|
152
155
|
readonly value: "@wdio/firefox-profile-service$--$firefox-profile";
|
|
156
|
+
}, {
|
|
157
|
+
readonly name: "gmail";
|
|
158
|
+
readonly value: "@wdio/gmail-service$--$gmail";
|
|
153
159
|
}, {
|
|
154
160
|
readonly name: "eslinter-service";
|
|
155
161
|
readonly value: "wdio-eslinter-service$--$eslinter";
|
|
@@ -233,13 +239,12 @@ export declare const SUPPORTED_PACKAGES: {
|
|
|
233
239
|
readonly value: "wdio-vitaqai-service$--$vitaqai";
|
|
234
240
|
}];
|
|
235
241
|
};
|
|
236
|
-
export declare const COMMUNITY_PACKAGES_WITH_V8_SUPPORT: string[];
|
|
237
242
|
export declare const SUPPORTED_BROWSER_RUNNER_PRESETS: {
|
|
238
243
|
name: string;
|
|
239
244
|
value: string;
|
|
240
245
|
}[];
|
|
241
246
|
export declare const TESTING_LIBRARY_PACKAGES: Record<string, string>;
|
|
242
|
-
export declare const BACKEND_CHOICES: readonly ["On my local machine", "In the cloud using Experitest", "In the cloud using Sauce Labs", "In the cloud using
|
|
247
|
+
export declare const BACKEND_CHOICES: readonly ["On my local machine", "In the cloud using Experitest", "In the cloud using Sauce Labs", "In the cloud using BrowserStack", "In the cloud using Testingbot or LambdaTest or a different service", "I have my own Selenium cloud"];
|
|
243
248
|
export declare const PROTOCOL_OPTIONS: readonly ["https", "http"];
|
|
244
249
|
export declare const REGION_OPTION: readonly ["us", "eu", "apac"];
|
|
245
250
|
declare function isBrowserRunner(answers: Questionnair): boolean;
|
|
@@ -280,7 +285,7 @@ export declare const QUESTIONNAIRE: ({
|
|
|
280
285
|
type: string;
|
|
281
286
|
name: string;
|
|
282
287
|
message: string;
|
|
283
|
-
choices: (answers: Questionnair) => readonly ["On my local machine", "In the cloud using Experitest", "In the cloud using Sauce Labs", "In the cloud using
|
|
288
|
+
choices: (answers: Questionnair) => readonly ["On my local machine", "In the cloud using Experitest", "In the cloud using Sauce Labs", "In the cloud using BrowserStack", "In the cloud using Testingbot or LambdaTest or a different service", "I have my own Selenium cloud"] | ("On my local machine" | "In the cloud using Experitest" | "In the cloud using Sauce Labs" | "In the cloud using BrowserStack" | "In the cloud using Testingbot or LambdaTest or a different service" | "I have my own Selenium cloud")[];
|
|
284
289
|
when?: undefined;
|
|
285
290
|
default?: undefined;
|
|
286
291
|
validate?: undefined;
|
|
@@ -434,11 +439,14 @@ export declare const QUESTIONNAIRE: ({
|
|
|
434
439
|
}, {
|
|
435
440
|
readonly name: "delta";
|
|
436
441
|
readonly value: "@delta-reporter/wdio-delta-reporter-service";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "testrail";
|
|
444
|
+
readonly value: "@wdio/testrail-reporter$--$testrail";
|
|
437
445
|
}, {
|
|
438
446
|
readonly name: "light";
|
|
439
|
-
readonly value: "
|
|
447
|
+
readonly value: "wdio-light-reporter--$light";
|
|
440
448
|
}];
|
|
441
|
-
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")[];
|
|
449
|
+
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/testrail-reporter$--$testrail" | "wdio-light-reporter--$light")[];
|
|
442
450
|
when?: undefined;
|
|
443
451
|
validate?: undefined;
|
|
444
452
|
} | {
|
|
@@ -459,7 +467,7 @@ export declare const QUESTIONNAIRE: ({
|
|
|
459
467
|
type: string;
|
|
460
468
|
name: string;
|
|
461
469
|
message: string;
|
|
462
|
-
choices: readonly [{
|
|
470
|
+
choices: (answers: Questionnair) => readonly [{
|
|
463
471
|
readonly name: "chromedriver";
|
|
464
472
|
readonly value: "wdio-chromedriver-service$--$chromedriver";
|
|
465
473
|
}, {
|
|
@@ -501,6 +509,9 @@ export declare const QUESTIONNAIRE: ({
|
|
|
501
509
|
}, {
|
|
502
510
|
readonly name: "firefox-profile";
|
|
503
511
|
readonly value: "@wdio/firefox-profile-service$--$firefox-profile";
|
|
512
|
+
}, {
|
|
513
|
+
readonly name: "gmail";
|
|
514
|
+
readonly value: "@wdio/gmail-service$--$gmail";
|
|
504
515
|
}, {
|
|
505
516
|
readonly name: "eslinter-service";
|
|
506
517
|
readonly value: "wdio-eslinter-service$--$eslinter";
|
|
@@ -582,8 +593,134 @@ export declare const QUESTIONNAIRE: ({
|
|
|
582
593
|
}, {
|
|
583
594
|
readonly name: "vitaqai";
|
|
584
595
|
readonly value: "wdio-vitaqai-service$--$vitaqai";
|
|
585
|
-
}]
|
|
586
|
-
|
|
596
|
+
}] | ({
|
|
597
|
+
readonly name: "chromedriver";
|
|
598
|
+
readonly value: "wdio-chromedriver-service$--$chromedriver";
|
|
599
|
+
} | {
|
|
600
|
+
readonly name: "geckodriver";
|
|
601
|
+
readonly value: "wdio-geckodriver-service$--$geckodriver";
|
|
602
|
+
} | {
|
|
603
|
+
readonly name: "edgedriver";
|
|
604
|
+
readonly value: "wdio-edgedriver-service$--$edgedriver";
|
|
605
|
+
} | {
|
|
606
|
+
readonly name: "safaridriver";
|
|
607
|
+
readonly value: "wdio-safaridriver-service$--$safaridriver";
|
|
608
|
+
} | {
|
|
609
|
+
readonly name: "selenium-standalone";
|
|
610
|
+
readonly value: "@wdio/selenium-standalone-service$--$selenium-standalone";
|
|
611
|
+
} | {
|
|
612
|
+
readonly name: "appium";
|
|
613
|
+
readonly value: "@wdio/appium-service$--$appium";
|
|
614
|
+
} | {
|
|
615
|
+
readonly name: "vscode";
|
|
616
|
+
readonly value: "wdio-vscode-service$--$vscode";
|
|
617
|
+
} | {
|
|
618
|
+
readonly name: "electron";
|
|
619
|
+
readonly value: "wdio-electron-service$--$electron";
|
|
620
|
+
} | {
|
|
621
|
+
readonly name: "devtools";
|
|
622
|
+
readonly value: "@wdio/devtools-service$--$devtools";
|
|
623
|
+
} | {
|
|
624
|
+
readonly name: "sauce";
|
|
625
|
+
readonly value: "@wdio/sauce-service$--$sauce";
|
|
626
|
+
} | {
|
|
627
|
+
readonly name: "testingbot";
|
|
628
|
+
readonly value: "@wdio/testingbot-service$--$testingbot";
|
|
629
|
+
} | {
|
|
630
|
+
readonly name: "crossbrowsertesting";
|
|
631
|
+
readonly value: "@wdio/crossbrowsertesting-service$--$crossbrowsertesting";
|
|
632
|
+
} | {
|
|
633
|
+
readonly name: "browserstack";
|
|
634
|
+
readonly value: "@wdio/browserstack-service$--$browserstack";
|
|
635
|
+
} | {
|
|
636
|
+
readonly name: "firefox-profile";
|
|
637
|
+
readonly value: "@wdio/firefox-profile-service$--$firefox-profile";
|
|
638
|
+
} | {
|
|
639
|
+
readonly name: "gmail";
|
|
640
|
+
readonly value: "@wdio/gmail-service$--$gmail";
|
|
641
|
+
} | {
|
|
642
|
+
readonly name: "eslinter-service";
|
|
643
|
+
readonly value: "wdio-eslinter-service$--$eslinter";
|
|
644
|
+
} | {
|
|
645
|
+
readonly name: "lambdatest";
|
|
646
|
+
readonly value: "wdio-lambdatest-service$--$lambdatest";
|
|
647
|
+
} | {
|
|
648
|
+
readonly name: "zafira-listener";
|
|
649
|
+
readonly value: "wdio-zafira-listener-service$--$zafira-listener";
|
|
650
|
+
} | {
|
|
651
|
+
readonly name: "reportportal";
|
|
652
|
+
readonly value: "wdio-reportportal-service$--$reportportal";
|
|
653
|
+
} | {
|
|
654
|
+
readonly name: "docker";
|
|
655
|
+
readonly value: "wdio-docker-service$--$docker";
|
|
656
|
+
} | {
|
|
657
|
+
readonly name: "ui5";
|
|
658
|
+
readonly value: "wdio-ui5-service$--$ui5";
|
|
659
|
+
} | {
|
|
660
|
+
readonly name: "wiremock";
|
|
661
|
+
readonly value: "wdio-wiremock-service$--$wiremock";
|
|
662
|
+
} | {
|
|
663
|
+
readonly name: "ng-apimock";
|
|
664
|
+
readonly value: "wdio-ng-apimock-service$--ng-apimock";
|
|
665
|
+
} | {
|
|
666
|
+
readonly name: "slack";
|
|
667
|
+
readonly value: "wdio-slack-service$--$slack";
|
|
668
|
+
} | {
|
|
669
|
+
readonly name: "cucumber-viewport-logger";
|
|
670
|
+
readonly value: "wdio-cucumber-viewport-logger-service$--$cucumber-viewport-logger";
|
|
671
|
+
} | {
|
|
672
|
+
readonly name: "intercept";
|
|
673
|
+
readonly value: "wdio-intercept-service$--$intercept";
|
|
674
|
+
} | {
|
|
675
|
+
readonly name: "docker";
|
|
676
|
+
readonly value: "wdio-docker-service$--$docker";
|
|
677
|
+
} | {
|
|
678
|
+
readonly name: "image-comparison";
|
|
679
|
+
readonly value: "wdio-image-comparison-service$--$image-comparison";
|
|
680
|
+
} | {
|
|
681
|
+
readonly name: "novus-visual-regression";
|
|
682
|
+
readonly value: "wdio-novus-visual-regression-service$--$novus-visual-regression";
|
|
683
|
+
} | {
|
|
684
|
+
readonly name: "rerun";
|
|
685
|
+
readonly value: "wdio-rerun-service$--$rerun";
|
|
686
|
+
} | {
|
|
687
|
+
readonly name: "winappdriver";
|
|
688
|
+
readonly value: "wdio-winappdriver-service$--$winappdriver";
|
|
689
|
+
} | {
|
|
690
|
+
readonly name: "ywinappdriver";
|
|
691
|
+
readonly value: "wdio-ywinappdriver-service$--$ywinappdriver";
|
|
692
|
+
} | {
|
|
693
|
+
readonly name: "performancetotal";
|
|
694
|
+
readonly value: "wdio-performancetotal-service$--$performancetotal";
|
|
695
|
+
} | {
|
|
696
|
+
readonly name: "cleanuptotal";
|
|
697
|
+
readonly value: "wdio-cleanuptotal-service$--$cleanuptotal";
|
|
698
|
+
} | {
|
|
699
|
+
readonly name: "aws-device-farm";
|
|
700
|
+
readonly value: "wdio-aws-device-farm-service$--$aws-device-farm";
|
|
701
|
+
} | {
|
|
702
|
+
readonly name: "ocr-native-apps";
|
|
703
|
+
readonly value: "wdio-ocr-service$--$ocr-native-apps";
|
|
704
|
+
} | {
|
|
705
|
+
readonly name: "ms-teams";
|
|
706
|
+
readonly value: "wdio-ms-teams-service$--$ms-teams";
|
|
707
|
+
} | {
|
|
708
|
+
readonly name: "tesults";
|
|
709
|
+
readonly value: "wdio-tesults-service$--$tesults";
|
|
710
|
+
} | {
|
|
711
|
+
readonly name: "azure-devops";
|
|
712
|
+
readonly value: "@gmangiapelo/wdio-azure-devops-service$--$azure-devops";
|
|
713
|
+
} | {
|
|
714
|
+
readonly name: "google-Chat";
|
|
715
|
+
readonly value: "wdio-google-chat-service$--$google-chat";
|
|
716
|
+
} | {
|
|
717
|
+
readonly name: "qmate-service";
|
|
718
|
+
readonly value: "@sap_oss/wdio-qmate-service$--$qmate-service";
|
|
719
|
+
} | {
|
|
720
|
+
readonly name: "vitaqai";
|
|
721
|
+
readonly value: "wdio-vitaqai-service$--$vitaqai";
|
|
722
|
+
})[];
|
|
723
|
+
default: (answers: Questionnair) => ("wdio-chromedriver-service$--$chromedriver" | "wdio-geckodriver-service$--$geckodriver" | "wdio-edgedriver-service$--$edgedriver" | "wdio-safaridriver-service$--$safaridriver" | "@wdio/selenium-standalone-service$--$selenium-standalone" | "@wdio/appium-service$--$appium" | "wdio-vscode-service$--$vscode" | "wdio-electron-service$--$electron" | "@wdio/devtools-service$--$devtools" | "@wdio/sauce-service$--$sauce" | "@wdio/testingbot-service$--$testingbot" | "@wdio/crossbrowsertesting-service$--$crossbrowsertesting" | "@wdio/browserstack-service$--$browserstack" | "@wdio/firefox-profile-service$--$firefox-profile" | "@wdio/gmail-service$--$gmail" | "wdio-eslinter-service$--$eslinter" | "wdio-lambdatest-service$--$lambdatest" | "wdio-zafira-listener-service$--$zafira-listener" | "wdio-reportportal-service$--$reportportal" | "wdio-docker-service$--$docker" | "wdio-ui5-service$--$ui5" | "wdio-wiremock-service$--$wiremock" | "wdio-ng-apimock-service$--ng-apimock" | "wdio-slack-service$--$slack" | "wdio-cucumber-viewport-logger-service$--$cucumber-viewport-logger" | "wdio-intercept-service$--$intercept" | "wdio-image-comparison-service$--$image-comparison" | "wdio-novus-visual-regression-service$--$novus-visual-regression" | "wdio-rerun-service$--$rerun" | "wdio-winappdriver-service$--$winappdriver" | "wdio-ywinappdriver-service$--$ywinappdriver" | "wdio-performancetotal-service$--$performancetotal" | "wdio-cleanuptotal-service$--$cleanuptotal" | "wdio-aws-device-farm-service$--$aws-device-farm" | "wdio-ocr-service$--$ocr-native-apps" | "wdio-ms-teams-service$--$ms-teams" | "wdio-tesults-service$--$tesults" | "@gmangiapelo/wdio-azure-devops-service$--$azure-devops" | "wdio-google-chat-service$--$google-chat" | "@sap_oss/wdio-qmate-service$--$qmate-service" | "wdio-vitaqai-service$--$vitaqai" | undefined)[];
|
|
587
724
|
validate: (answers: string[]) => string | Boolean;
|
|
588
725
|
when?: undefined;
|
|
589
726
|
})[];
|
package/build/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAG9C,eAAO,MAAM,GAAG,KAA6B,CAAA;AAE7C,eAAO,MAAM,YAAY,QAAqE,CAAA;AAE9F,eAAO,MAAM,kBAAkB;;;;;CAK9B,CAAA;AAED,eAAO,MAAM,mBAAmB,8HAI/B,CAAA;AAED,eAAO,MAAM,6BAA6B,4cAYzC,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;;;GAGG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAG9C,eAAO,MAAM,GAAG,KAA6B,CAAA;AAE7C,eAAO,MAAM,YAAY,QAAqE,CAAA;AAE9F,eAAO,MAAM,kBAAkB;;;;;CAK9B,CAAA;AAED,eAAO,MAAM,mBAAmB,8HAI/B,CAAA;AAED,eAAO,MAAM,6BAA6B,4cAYzC,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;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFrB,CAAA;AAEV,eAAO,MAAM,gCAAgC;;;GAQ5C,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK3D,CAAA;AAED,eAAO,MAAM,eAAe,6OAOlB,CAAA;AAEV,eAAO,MAAM,gBAAgB,4BAGnB,CAAA;AAEV,eAAO,MAAM,aAAa,+BAIhB,CAAA;AAEV,iBAAS,eAAe,CAAE,OAAO,EAAE,YAAY,WAE9C;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAoBqB,YAAY;;;;;;;uBAWR,YAAY;;;;;;;;oBAchB,YAAY;;;;;;;;;oBAMZ,YAAY;;;;;;;;;oBAyBZ,YAAY;;;;;;;oBAkDZ,YAAY;;;;;;;uBAuBR,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAcb,YAAY;;;;;;;;;;;;;;;uBAUZ,YAAY;oBACf,YAAY;;;;;;;;oBAkBZ,YAAY;;;;;;;uBAWT,YAAY;oBAKf,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAqBpC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAaZ,YAAY;wBAcgB,MAAM,EAAE;;IA+BzD,CAAA"}
|
package/build/constants.js
CHANGED
|
@@ -84,7 +84,8 @@ export const SUPPORTED_PACKAGES = {
|
|
|
84
84
|
{ name: 'slack', value: '@moroo/wdio-slack-reporter$--$slack' },
|
|
85
85
|
{ name: 'teamcity', value: 'wdio-teamcity-reporter$--$teamcity' },
|
|
86
86
|
{ name: 'delta', value: '@delta-reporter/wdio-delta-reporter-service' },
|
|
87
|
-
{ name: '
|
|
87
|
+
{ name: 'testrail', value: '@wdio/testrail-reporter$--$testrail' },
|
|
88
|
+
{ name: 'light', value: 'wdio-light-reporter--$light' }
|
|
88
89
|
],
|
|
89
90
|
plugin: [
|
|
90
91
|
{ name: 'wait-for', value: 'wdio-wait-for$--$wait-for' },
|
|
@@ -108,6 +109,7 @@ export const SUPPORTED_PACKAGES = {
|
|
|
108
109
|
{ name: 'crossbrowsertesting', value: '@wdio/crossbrowsertesting-service$--$crossbrowsertesting' },
|
|
109
110
|
{ name: 'browserstack', value: '@wdio/browserstack-service$--$browserstack' },
|
|
110
111
|
{ name: 'firefox-profile', value: '@wdio/firefox-profile-service$--$firefox-profile' },
|
|
112
|
+
{ name: 'gmail', value: '@wdio/gmail-service$--$gmail' },
|
|
111
113
|
// external
|
|
112
114
|
{ name: 'eslinter-service', value: 'wdio-eslinter-service$--$eslinter' },
|
|
113
115
|
{ name: 'lambdatest', value: 'wdio-lambdatest-service$--$lambdatest' },
|
|
@@ -138,10 +140,6 @@ export const SUPPORTED_PACKAGES = {
|
|
|
138
140
|
{ name: 'vitaqai', value: 'wdio-vitaqai-service$--$vitaqai' }
|
|
139
141
|
]
|
|
140
142
|
};
|
|
141
|
-
export const COMMUNITY_PACKAGES_WITH_V8_SUPPORT = [
|
|
142
|
-
'wdio-chromedriver-service',
|
|
143
|
-
'expect-webdriverio'
|
|
144
|
-
];
|
|
145
143
|
export const SUPPORTED_BROWSER_RUNNER_PRESETS = [
|
|
146
144
|
{ name: 'Lit (https://lit.dev/)', value: '' },
|
|
147
145
|
{ name: 'Vue.js (https://vuejs.org/)', value: '@vitejs/plugin-vue$--$vue' },
|
|
@@ -161,7 +159,8 @@ export const BACKEND_CHOICES = [
|
|
|
161
159
|
'On my local machine',
|
|
162
160
|
'In the cloud using Experitest',
|
|
163
161
|
'In the cloud using Sauce Labs',
|
|
164
|
-
'In the cloud using
|
|
162
|
+
'In the cloud using BrowserStack',
|
|
163
|
+
'In the cloud using Testingbot or LambdaTest or a different service',
|
|
165
164
|
'I have my own Selenium cloud'
|
|
166
165
|
];
|
|
167
166
|
export const PROTOCOL_OPTIONS = [
|
|
@@ -231,19 +230,19 @@ export const QUESTIONNAIRE = [{
|
|
|
231
230
|
name: 'expEnvAccessKey',
|
|
232
231
|
message: 'Access key from Experitest Cloud',
|
|
233
232
|
default: 'EXPERITEST_ACCESS_KEY',
|
|
234
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
233
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[1]
|
|
235
234
|
}, {
|
|
236
235
|
type: 'input',
|
|
237
236
|
name: 'expEnvHostname',
|
|
238
237
|
message: 'Environment variable for cloud url',
|
|
239
238
|
default: 'example.experitest.com',
|
|
240
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
239
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[1]
|
|
241
240
|
}, {
|
|
242
241
|
type: 'input',
|
|
243
242
|
name: 'expEnvPort',
|
|
244
243
|
message: 'Environment variable for port',
|
|
245
244
|
default: '443',
|
|
246
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
245
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[1]
|
|
247
246
|
}, {
|
|
248
247
|
type: 'list',
|
|
249
248
|
name: 'expEnvProtocol',
|
|
@@ -251,7 +250,7 @@ export const QUESTIONNAIRE = [{
|
|
|
251
250
|
default: 'https',
|
|
252
251
|
choices: PROTOCOL_OPTIONS,
|
|
253
252
|
when: /* istanbul ignore next */ (answers) => {
|
|
254
|
-
return answers.backend ===
|
|
253
|
+
return answers.backend === BACKEND_CHOICES[1] && answers.expEnvPort !== '80' && answers.expEnvPort !== '443';
|
|
255
254
|
}
|
|
256
255
|
}, {
|
|
257
256
|
type: 'input',
|
|
@@ -272,31 +271,31 @@ export const QUESTIONNAIRE = [{
|
|
|
272
271
|
name: 'env_user',
|
|
273
272
|
message: 'Environment variable for username',
|
|
274
273
|
default: 'BROWSERSTACK_USERNAME',
|
|
275
|
-
when: /* istanbul ignore next */ (answers) => answers.backend
|
|
274
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[3]
|
|
276
275
|
}, {
|
|
277
276
|
type: 'input',
|
|
278
277
|
name: 'env_key',
|
|
279
278
|
message: 'Environment variable for access key',
|
|
280
279
|
default: 'BROWSERSTACK_ACCESS_KEY',
|
|
281
|
-
when: /* istanbul ignore next */ (answers) => answers.backend
|
|
280
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[3]
|
|
282
281
|
}, {
|
|
283
282
|
type: 'input',
|
|
284
283
|
name: 'env_user',
|
|
285
284
|
message: 'Environment variable for username',
|
|
286
285
|
default: 'SAUCE_USERNAME',
|
|
287
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
286
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[2]
|
|
288
287
|
}, {
|
|
289
288
|
type: 'input',
|
|
290
289
|
name: 'env_key',
|
|
291
290
|
message: 'Environment variable for access key',
|
|
292
291
|
default: 'SAUCE_ACCESS_KEY',
|
|
293
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
292
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[2]
|
|
294
293
|
}, {
|
|
295
294
|
type: 'list',
|
|
296
295
|
name: 'region',
|
|
297
296
|
message: 'In which region do you want to run your Sauce Labs tests in?',
|
|
298
297
|
choices: REGION_OPTION,
|
|
299
|
-
when: /* istanbul ignore next */ (answers) => answers.backend ===
|
|
298
|
+
when: /* istanbul ignore next */ (answers) => answers.backend === BACKEND_CHOICES[2]
|
|
300
299
|
}, {
|
|
301
300
|
type: 'input',
|
|
302
301
|
name: 'hostname',
|
|
@@ -395,12 +394,35 @@ export const QUESTIONNAIRE = [{
|
|
|
395
394
|
type: 'checkbox',
|
|
396
395
|
name: 'services',
|
|
397
396
|
message: 'Do you want to add a service to your test setup?',
|
|
398
|
-
choices:
|
|
397
|
+
choices: (answers) => {
|
|
398
|
+
if (answers.backend === BACKEND_CHOICES[3]) {
|
|
399
|
+
const index = SUPPORTED_PACKAGES.service.findIndex(({ name }) => name === 'browserstack');
|
|
400
|
+
return SUPPORTED_PACKAGES.service.slice(index)
|
|
401
|
+
.concat(SUPPORTED_PACKAGES.service.slice(0, index));
|
|
402
|
+
}
|
|
403
|
+
else if (answers.backend === BACKEND_CHOICES[2]) {
|
|
404
|
+
const index = SUPPORTED_PACKAGES.service.findIndex(({ name }) => name === 'sauce');
|
|
405
|
+
return SUPPORTED_PACKAGES.service.slice(index)
|
|
406
|
+
.concat(SUPPORTED_PACKAGES.service.slice(0, index));
|
|
407
|
+
}
|
|
408
|
+
return SUPPORTED_PACKAGES.service;
|
|
409
|
+
},
|
|
399
410
|
// @ts-ignore
|
|
400
|
-
default:
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
411
|
+
default: (answers) => {
|
|
412
|
+
if (answers.backend === BACKEND_CHOICES[3]) {
|
|
413
|
+
return [SUPPORTED_PACKAGES.service.find(
|
|
414
|
+
/* istanbul ignore next */
|
|
415
|
+
({ name }) => name === 'browserstack')?.value];
|
|
416
|
+
}
|
|
417
|
+
else if (answers.backend === BACKEND_CHOICES[2]) {
|
|
418
|
+
return [SUPPORTED_PACKAGES.service.find(
|
|
419
|
+
/* istanbul ignore next */
|
|
420
|
+
({ name }) => name === 'sauce')?.value];
|
|
421
|
+
}
|
|
422
|
+
return [SUPPORTED_PACKAGES.service.find(
|
|
423
|
+
/* istanbul ignore next */
|
|
424
|
+
({ name }) => name === 'chromedriver')?.value];
|
|
425
|
+
},
|
|
404
426
|
validate: /* istanbul ignore next */ (answers) => validateServiceAnswers(answers)
|
|
405
427
|
}, {
|
|
406
428
|
type: 'input',
|
|
@@ -82,7 +82,7 @@ export const config: Options.Testrunner = {<%
|
|
|
82
82
|
// Specify Test Files
|
|
83
83
|
// ==================
|
|
84
84
|
// Define which test specs should run. The pattern is relative to the directory
|
|
85
|
-
//
|
|
85
|
+
// of the configuration file being run.
|
|
86
86
|
//
|
|
87
87
|
// The specs are defined as an array of spec files (optionally using wildcards
|
|
88
88
|
// that will be expanded). The test for each spec file will be run in a separate
|
package/build/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AActD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAMlE,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAQrI,eAAO,MAAM,UAAU,SAAuC,MAAM,QAAQ,OAAO,MAAM,EAAE,GAAG,CAAC,KAAK,QAAQ,MAAM,CAAC,CAAA;AAEnH,qBAAa,SAAU,SAAQ,kBAAkB;IACtC,MAAM,EAAE,MAAM,CAAA;gBACT,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;CAI9C;AAED;;GAEG;AACH,wBAAsB,cAAc,CAChC,QAAQ,EAAE,QAAQ,CAAC,eAAe,EAAE,EACpC,QAAQ,EAAE,MAAM,QAAQ,CAAC,aAAa,EACtC,GAAG,IAAI,EAAE,GAAG,EAAE,sBA2BjB;AAED;;;;;GAKG;AACH,wBAAsB,eAAe,CAAC,IAAI,EAAE,QAAQ,GAAG,QAAQ,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,yBAmBhF;AAED;;;;;;;GAOG;AACH,wBAAsB,iBAAiB,CACnC,cAAc,EAAE,QAAQ,GAAG,QAAQ,EAAE,EACrC,MAAM,EAAE,OAAO,CAAC,UAAU,EAC1B,YAAY,EAAE,YAAY,CAAC,kBAAkB,EAC7C,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,gBAAgB,sBAkB5B;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAE,IAAI,GAAE,YAAY,CAAC,mBAAwB,UAkBzE;AAoBD,wBAAgB,YAAY,CAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,2BASzD;AAED,wBAAgB,aAAa,CAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAYxE;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,gBAAgB,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,MAAM,UAAQ,QAwC3F;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,SAAS,GAAG,gBAAgB,CAMvF;AAED,eAAO,MAAM,sBAAsB,YAAa,MAAM,EAAE,KAAG,OAAO,GAAG,MAgBpE,CAAA;AAED,wBAAsB,eAAe,CAAC,GAAG,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+C9D;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAE,OAAO,EAAE,YAAY,EAAE,YAAY,CAAC,EAAE,YAAY,UASjF;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAE,OAAO,EAAE,MAAM,oBAU9C;AAED;;GAEG;AACH,wBAAsB,cAAc,CAAE,OAAO,EAAE,YAAY,mGAS1D;AAED;;;GAGG;AACH,wBAAsB,UAAU,CAAE,GAAG,EAAE,MAAM,oBAO5C;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CAAE,OAAO,EAAE,aAAa,iBA+B9D;AAED,wBAAsB,UAAU,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO,CAAC,YAAY,CAAC,CAsFpE;AAED,wBAAgB,wBAAwB,CAAE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM;;;;;EAwBtF;AAED,wBAAsB,eAAe,CAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,mBAQ5E;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAE,iBAAiB,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,YAYnG;AAED;;;;GAIG;AACH,wBAAsB,eAAe,CAAE,GAAG,SAAgB,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAkB7F;AAED,wBAAgB,UAAU,CAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,YAAY,iBAejF;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CAAE,aAAa,EAAE,aAAa,iBAgBpE;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAE,aAAa,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,QA6CzF;AAED;;GAEG;AACH,wBAAsB,eAAe,CAAE,aAAa,EAAE,aAAa,iBAuClE;AAED;;GAEG;AACH,wBAAsB,UAAU,CAAE,aAAa,EAAE,aAAa,iBA4C7D;AAED,wBAAsB,gBAAgB,CAAE,aAAa,EAAE,aAAa,iBAgBnE;AAED,wBAAsB,gBAAgB,CAAE,aAAa,EAAE,aAAa,oBAkBnE"}
|
package/build/utils.js
CHANGED
|
@@ -17,7 +17,7 @@ import { resolve } from 'import-meta-resolve';
|
|
|
17
17
|
import { SevereServiceError } from 'webdriverio';
|
|
18
18
|
import { ConfigParser } from '@wdio/config';
|
|
19
19
|
import { CAPABILITY_KEYS } from '@wdio/protocols';
|
|
20
|
-
import { EXCLUSIVE_SERVICES, ANDROID_CONFIG, IOS_CONFIG, QUESTIONNAIRE,
|
|
20
|
+
import { EXCLUSIVE_SERVICES, ANDROID_CONFIG, IOS_CONFIG, QUESTIONNAIRE, pkg, COMPILER_OPTIONS, TESTING_LIBRARY_PACKAGES, DEPENDENCIES_INSTALLATION_MESSAGE } from './constants.js';
|
|
21
21
|
const log = logger('@wdio/cli:utils');
|
|
22
22
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
23
23
|
const NPM_COMMAND = /^win/.test(process.platform) ? 'npm.cmd' : 'npm';
|
|
@@ -468,9 +468,6 @@ export function specifyVersionIfNeeded(packagesToInstall, version, npmTag) {
|
|
|
468
468
|
: npmTag;
|
|
469
469
|
return `${p}@${tag}`;
|
|
470
470
|
}
|
|
471
|
-
if (major && COMMUNITY_PACKAGES_WITH_V8_SUPPORT.includes(p)) {
|
|
472
|
-
return `${p}@next`;
|
|
473
|
-
}
|
|
474
471
|
return p;
|
|
475
472
|
});
|
|
476
473
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
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",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"typeScriptVersion": "3.8.3",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@types/node": "^18.0.0",
|
|
37
|
-
"@wdio/config": "8.
|
|
38
|
-
"@wdio/globals": "8.
|
|
37
|
+
"@wdio/config": "8.2.0",
|
|
38
|
+
"@wdio/globals": "8.2.0",
|
|
39
39
|
"@wdio/logger": "8.1.0",
|
|
40
|
-
"@wdio/protocols": "8.
|
|
40
|
+
"@wdio/protocols": "8.2.0",
|
|
41
41
|
"@wdio/types": "8.1.2",
|
|
42
|
-
"@wdio/utils": "8.
|
|
42
|
+
"@wdio/utils": "8.2.0",
|
|
43
43
|
"async-exit-hook": "^2.0.1",
|
|
44
44
|
"chalk": "^5.0.1",
|
|
45
45
|
"chokidar": "^3.5.3",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"lodash.flattendeep": "^4.4.0",
|
|
52
52
|
"lodash.pickby": "^4.6.0",
|
|
53
53
|
"lodash.union": "^4.6.0",
|
|
54
|
-
"mkdirp": "^
|
|
54
|
+
"mkdirp": "^2.0.0",
|
|
55
55
|
"read-pkg-up": "9.1.0",
|
|
56
56
|
"recursive-readdir": "^2.2.2",
|
|
57
|
-
"webdriverio": "8.
|
|
57
|
+
"webdriverio": "8.2.0",
|
|
58
58
|
"yargs": "^17.5.1",
|
|
59
59
|
"yarn-install": "^1.0.0"
|
|
60
60
|
},
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "3620e90e47b6d3e62832f5de24f43cee6b31e972"
|
|
75
75
|
}
|