@wdio/cucumber-framework 9.28.0 → 9.29.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.
Files changed (2) hide show
  1. package/build/index.js +8 -0
  2. package/package.json +4 -4
package/build/index.js CHANGED
@@ -179,6 +179,14 @@ var CucumberAdapter = class {
179
179
  log2.warn("'tagExpression' is deprecated. Use 'tags' instead.");
180
180
  }
181
181
  }
182
+ _cid;
183
+ _config;
184
+ _specs;
185
+ _capabilities;
186
+ _reporter;
187
+ _eventEmitter;
188
+ _generateSkipTags;
189
+ _cucumberFormatter;
182
190
  _cwd = process.cwd();
183
191
  _newId = IdGenerator.incrementing();
184
192
  _cucumberOpts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cucumber-framework",
3
- "version": "9.28.0",
3
+ "version": "9.29.0",
4
4
  "description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
@@ -44,8 +44,8 @@
44
44
  "@cucumber/messages": "26.0.1",
45
45
  "@types/node": "^20.1.0",
46
46
  "@wdio/logger": "9.18.0",
47
- "@wdio/types": "9.28.0",
48
- "@wdio/utils": "9.28.0",
47
+ "@wdio/types": "9.29.0",
48
+ "@wdio/utils": "9.29.0",
49
49
  "glob": "^10.2.2",
50
50
  "import-meta-resolve": "^4.1.0",
51
51
  "is-glob": "^4.0.0"
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "66baa0049385cd9161677e1e6728fde90db56f35"
59
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
60
60
  }