@uuv/cypress 2.71.0 → 2.72.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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [2.72.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.71.0...runner-cypress-v2.72.0) (2025-11-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v23 ([bae330c](https://github.com/e2e-test-quest/uuv/commit/bae330c62a48cbdf253130e346865b0aaa0cc82d))
7
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v23 ([4e6df46](https://github.com/e2e-test-quest/uuv/commit/4e6df46a9585674478da2679549d8c29ea33c495))
8
+
1
9
  # [2.71.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.70.0...runner-cypress-v2.71.0) (2025-10-26)
2
10
 
3
11
 
@@ -95,8 +95,8 @@ async function setupNodeEvents(on, config) {
95
95
  }
96
96
  event_1.UUVEventEmitter.getInstance().emitProgressStart();
97
97
  });
98
- on("after:run", async () => {
99
- await (0, cypress_cucumber_preprocessor_1.afterRunHandler)(config);
98
+ on("after:run", async (results) => {
99
+ await (0, cypress_cucumber_preprocessor_1.afterRunHandler)(config, results);
100
100
  event_1.UUVEventEmitter.getInstance().emitProgressFinish();
101
101
  });
102
102
  on("before:spec", async (spec) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.71.0",
3
+ "version": "2.72.0",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -44,11 +44,11 @@
44
44
  "lint": "eslint -c .eslintrc.js"
45
45
  },
46
46
  "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "22.2.0",
47
+ "@badeball/cypress-cucumber-preprocessor": "23.2.1",
48
48
  "@cypress/webpack-preprocessor": "7.0.1",
49
49
  "@testing-library/cypress": "10.1.0",
50
- "@uuv/a11y": "1.0.0-beta.83",
51
- "@uuv/runner-commons": "2.65.0",
50
+ "@uuv/a11y": "1.0.0-beta.84",
51
+ "@uuv/runner-commons": "2.66.0",
52
52
  "axe-core": "4.11.0",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "15.5.0",