@wdio/allure-reporter 8.28.6 → 8.29.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/reporter.js +1 -1
- package/package.json +4 -4
package/build/reporter.js
CHANGED
|
@@ -522,7 +522,7 @@ export default class AllureReporter extends WDIOReporter {
|
|
|
522
522
|
const tmsLink = getLinkByTemplate(this._options.tmsLinkTemplate, testId);
|
|
523
523
|
this.addLink({
|
|
524
524
|
url: tmsLink,
|
|
525
|
-
name: linkName,
|
|
525
|
+
name: linkName || 'tms',
|
|
526
526
|
type: LinkType.TMS
|
|
527
527
|
});
|
|
528
528
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/allure-reporter",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.29.1",
|
|
4
4
|
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",
|
|
5
5
|
"author": "Boris Osipov <osipov.boris@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@types/node": "^20.1.0",
|
|
43
|
-
"@wdio/reporter": "8.
|
|
44
|
-
"@wdio/types": "8.
|
|
43
|
+
"@wdio/reporter": "8.29.1",
|
|
44
|
+
"@wdio/types": "8.29.1",
|
|
45
45
|
"allure-js-commons": "^2.5.0",
|
|
46
46
|
"csv-stringify": "^6.0.4",
|
|
47
47
|
"strip-ansi": "^7.1.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "d434fcf0aaaa9d835789c4c335d319f94a899687"
|
|
53
53
|
}
|