@wdio/spec-reporter 9.11.0 → 9.12.3

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 CHANGED
@@ -51,7 +51,7 @@ Default: `{passed: '✓', skipped: '-', failed: '✖'}`
51
51
 
52
52
  ### sauceLabsSharableLinks
53
53
  By default the test results in Sauce Labs can only be viewed by a team member from the same team, not by a team member
54
- from a different team. This options will enable [sharable links](https://wiki.saucelabs.com/display/DOCS/Building+Sharable+Links+to+Test+Results)
54
+ from a different team. This options will enable [sharable links](https://docs.saucelabs.com/test-results/sharing-test-results/#building-sharable-links)
55
55
  by default, which means that all tests that are executed in Sauce Labs can be viewed by everybody.
56
56
  Just add `sauceLabsSharableLinks: false`, as shown below, in the reporter options to disable this feature.
57
57
 
package/build/types.d.ts CHANGED
@@ -17,7 +17,7 @@ export interface SpecReporterOptions {
17
17
  /**
18
18
  * Be default the test results in Sauce Labs can only be viewed by a team member from the same team, not by a team
19
19
  * member from a different team. This options will enable
20
- * [sharable links](https://wiki.saucelabs.com/display/DOCS/Building+Sharable+Links+to+Test+Results)
20
+ * [sharable links](https://docs.saucelabs.com/test-results/sharing-test-results/#building-sharable-links)
21
21
  * by default, which means that all tests that are executed in Sauce Labs can be viewed by everybody.
22
22
  * Adding `sauceLabsSharableLinks: false`, in the reporter options will disable this feature.
23
23
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/spec-reporter",
3
- "version": "9.11.0",
3
+ "version": "9.12.3",
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",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "typeScriptVersion": "3.8.3",
33
33
  "dependencies": {
34
- "@wdio/reporter": "9.11.0",
35
- "@wdio/types": "9.10.1",
34
+ "@wdio/reporter": "9.12.3",
35
+ "@wdio/types": "9.12.3",
36
36
  "chalk": "^5.1.2",
37
37
  "easy-table": "^1.2.0",
38
38
  "pretty-ms": "^9.0.0"
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "79a39e09a5eeabebac2f068b8d29f0ae4921fa20"
43
+ "gitHead": "1c5b2a9a4aa8f7edf9e6463805d531eef8cefd66"
44
44
  }