@wdio/allure-reporter 9.6.2 → 9.9.0
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/index.js +2 -2
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -1069,7 +1069,7 @@ ${this._consoleOutput}`;
|
|
|
1069
1069
|
};
|
|
1070
1070
|
|
|
1071
1071
|
// src/index.ts
|
|
1072
|
-
var
|
|
1072
|
+
var index_default = AllureReporter;
|
|
1073
1073
|
export {
|
|
1074
1074
|
TYPE,
|
|
1075
1075
|
addAllureId,
|
|
@@ -1091,7 +1091,7 @@ export {
|
|
|
1091
1091
|
addSuite,
|
|
1092
1092
|
addTag,
|
|
1093
1093
|
addTestId,
|
|
1094
|
-
|
|
1094
|
+
index_default as default,
|
|
1095
1095
|
endStep,
|
|
1096
1096
|
startStep,
|
|
1097
1097
|
step
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/allure-reporter",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.9.0",
|
|
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",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@types/node": "^20.1.0",
|
|
40
|
-
"@wdio/reporter": "9.
|
|
41
|
-
"@wdio/types": "9.
|
|
40
|
+
"@wdio/reporter": "9.9.0",
|
|
41
|
+
"@wdio/types": "9.9.0",
|
|
42
42
|
"allure-js-commons": "^2.5.0",
|
|
43
43
|
"csv-stringify": "^6.0.4",
|
|
44
44
|
"strip-ansi": "^7.1.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"rimraf": "^6.0.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "620e092391d7bcc71cd7cd55ad146ad72e522da9"
|
|
53
53
|
}
|