@wdio/allure-reporter 9.30.0 → 9.31.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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +4 -4
package/build/index.js CHANGED
@@ -218,7 +218,7 @@ var toPackageLabel = (p) => {
218
218
  return "";
219
219
  }
220
220
  const fsPath = fromUrlish(p);
221
- const noPos = fsPath.split(":")[0];
221
+ const noPos = dropPosSuffix(fsPath);
222
222
  const rel = relNoSlash(noPos);
223
223
  return rel.replace(/\//g, ".");
224
224
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/allure-reporter",
3
- "version": "9.30.0",
3
+ "version": "9.31.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",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@types/node": "^20.1.0",
40
- "@wdio/reporter": "9.29.1",
41
- "@wdio/types": "9.29.1",
40
+ "@wdio/reporter": "9.31.1",
41
+ "@wdio/types": "9.31.1",
42
42
  "allure-js-commons": "^3.3.2",
43
43
  "csv-stringify": "^6.0.4",
44
44
  "html-entities": "^2.6.0",
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "rimraf": "^6.0.1"
52
52
  },
53
- "gitHead": "5e412ba964c99fb2a4cbf34b5e8ecfee746a5835"
53
+ "gitHead": "c766850846f7ac91cd6cd1d2cd979fbb8a6e8daf"
54
54
  }