@wdio/spec-reporter 8.28.6 → 8.28.8
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/README.md +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -164,3 +164,10 @@ and with `true` (default) each line will be prefixed with the preface:
|
|
|
164
164
|
[loremipsum 50 Windows 10 #0-0]
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
+
## Environment Options
|
|
168
|
+
|
|
169
|
+
There are certain options you can set through environment variables:
|
|
170
|
+
|
|
171
|
+
### `FORCE_COLOR`
|
|
172
|
+
|
|
173
|
+
If set to true, e.g. via `FORCE_COLOR=0 npx wdio run wdio.conf.js`, all terminal coloring will be disabled.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/spec-reporter",
|
|
3
|
-
"version": "8.28.
|
|
3
|
+
"version": "8.28.8",
|
|
4
4
|
"description": "A WebdriverIO plugin to report in spec style",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-spec-reporter",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "3ce19a7ceca0a038e9b1ec66f8774bbcb0e8098b"
|
|
42
42
|
}
|