create-wdio 9.26.1 → 9.27.1
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/config/cli.js +2 -2
- package/build/index.js +2 -2
- package/build/install/cli.js +2 -2
- package/build/utils/index.js +2 -2
- package/package.json +2 -2
package/build/config/cli.js
CHANGED
|
@@ -676,7 +676,7 @@ async function formatConfigFilePaths(config) {
|
|
|
676
676
|
// package.json
|
|
677
677
|
var package_default = {
|
|
678
678
|
name: "create-wdio",
|
|
679
|
-
version: "9.
|
|
679
|
+
version: "9.27.0",
|
|
680
680
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
681
681
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
682
682
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -1364,7 +1364,7 @@ var QUESTIONNAIRE = [{
|
|
|
1364
1364
|
}, {
|
|
1365
1365
|
type: "confirm",
|
|
1366
1366
|
name: "includeVisualTesting",
|
|
1367
|
-
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing
|
|
1367
|
+
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing",
|
|
1368
1368
|
default: false,
|
|
1369
1369
|
when: (
|
|
1370
1370
|
/* istanbul ignore next */
|
package/build/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import spawn from "cross-spawn";
|
|
|
24
24
|
// package.json
|
|
25
25
|
var package_default = {
|
|
26
26
|
name: "create-wdio",
|
|
27
|
-
version: "9.
|
|
27
|
+
version: "9.27.0",
|
|
28
28
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
29
29
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
30
30
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -748,7 +748,7 @@ var QUESTIONNAIRE = [{
|
|
|
748
748
|
}, {
|
|
749
749
|
type: "confirm",
|
|
750
750
|
name: "includeVisualTesting",
|
|
751
|
-
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing
|
|
751
|
+
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing",
|
|
752
752
|
default: false,
|
|
753
753
|
when: (
|
|
754
754
|
/* istanbul ignore next */
|
package/build/install/cli.js
CHANGED
|
@@ -85,7 +85,7 @@ import spawn from "cross-spawn";
|
|
|
85
85
|
// package.json
|
|
86
86
|
var package_default = {
|
|
87
87
|
name: "create-wdio",
|
|
88
|
-
version: "9.
|
|
88
|
+
version: "9.27.0",
|
|
89
89
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
90
90
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
91
91
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -773,7 +773,7 @@ var QUESTIONNAIRE = [{
|
|
|
773
773
|
}, {
|
|
774
774
|
type: "confirm",
|
|
775
775
|
name: "includeVisualTesting",
|
|
776
|
-
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing
|
|
776
|
+
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing",
|
|
777
777
|
default: false,
|
|
778
778
|
when: (
|
|
779
779
|
/* istanbul ignore next */
|
package/build/utils/index.js
CHANGED
|
@@ -88,7 +88,7 @@ async function detectCompiler(answers) {
|
|
|
88
88
|
// package.json
|
|
89
89
|
var package_default = {
|
|
90
90
|
name: "create-wdio",
|
|
91
|
-
version: "9.
|
|
91
|
+
version: "9.27.0",
|
|
92
92
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
93
93
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
94
94
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -752,7 +752,7 @@ var QUESTIONNAIRE = [{
|
|
|
752
752
|
}, {
|
|
753
753
|
type: "confirm",
|
|
754
754
|
name: "includeVisualTesting",
|
|
755
|
-
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing
|
|
755
|
+
message: "Would you like to include Visual Testing to your setup? For more information see https://webdriver.io/docs/visual-testing",
|
|
756
756
|
default: false,
|
|
757
757
|
when: (
|
|
758
758
|
/* istanbul ignore next */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-wdio",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.27.1",
|
|
4
4
|
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
5
5
|
"author": "WebdriverIO Team <mail@webdriver.io>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "e2b5652f61da0858251860e7d3bc0c0aaffbb525"
|
|
81
81
|
}
|