@wdio/cli 8.27.0 → 8.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.
|
@@ -103,9 +103,8 @@ if (answers.isUsingTypeScript) {
|
|
|
103
103
|
// worker process. In order to have a group of spec files run in the same worker
|
|
104
104
|
// process simply enclose them in an array within the specs array.
|
|
105
105
|
//
|
|
106
|
-
//
|
|
107
|
-
//
|
|
108
|
-
// will be called from there.
|
|
106
|
+
// The path of the spec files will be resolved relative from the directory of
|
|
107
|
+
// of the config file unless it's absolute.
|
|
109
108
|
//
|
|
110
109
|
specs: [
|
|
111
110
|
<%- answers.specs ? `'${answers.specs}'` : '// ToDo: define location for spec files here' %>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "8.27.
|
|
3
|
+
"version": "8.27.1",
|
|
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",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "06b17a6cb2f971b2c4f200dbafc4f145aa6448ae"
|
|
86
86
|
}
|