@uuv/cypress 2.68.0 → 2.69.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/CHANGELOG.md +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [2.69.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.68.0...runner-cypress-v2.69.0) (2025-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.3 ([d84d345](https://github.com/e2e-test-quest/uuv/commit/d84d3457f5a98a9f7cb47edda56df63c85da5a4b))
7
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.1 ([66d6d6a](https://github.com/e2e-test-quest/uuv/commit/66d6d6ad1717872a6ca8ac017a7792a6f05eb012))
8
+
9
+
10
+ ### Features
11
+
12
+ * **runner-cypress:** update dependency cypress to v14.5.4 ([ae2c1f1](https://github.com/e2e-test-quest/uuv/commit/ae2c1f197e622477041960831e31eeb6ca7405cc))
13
+ * **runner-cypress:** update dependency cypress-axe to v1.7.0 ([7f4f028](https://github.com/e2e-test-quest/uuv/commit/7f4f02822c5c20fc9435022963c1fa563b9d83c4))
14
+
1
15
  # [2.68.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.67.0...runner-cypress-v2.68.0) (2025-09-21)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.68.0",
3
+ "version": "2.69.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",
@@ -47,18 +47,18 @@
47
47
  "@badeball/cypress-cucumber-preprocessor": "22.2.0",
48
48
  "@cypress/webpack-preprocessor": "6.0.4",
49
49
  "@testing-library/cypress": "10.1.0",
50
- "@uuv/a11y": "1.0.0-beta.80",
51
- "@uuv/runner-commons": "2.62.0",
50
+ "@uuv/a11y": "1.0.0-beta.81",
51
+ "@uuv/runner-commons": "2.63.0",
52
52
  "axe-core": "4.10.3",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "14.4.0",
55
- "cypress-axe": "1.6.0",
54
+ "cypress": "14.5.4",
55
+ "cypress-axe": "1.7.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "dom-accessibility-api": "^0.7.0",
58
58
  "is-admin": "4.0.0",
59
59
  "junit-report-merger": "^7.0.0",
60
60
  "lodash": "^4.17.21",
61
- "multiple-cucumber-html-reporter": "3.9.0",
61
+ "multiple-cucumber-html-reporter": "3.9.3",
62
62
  "path-browserify": "^1.0.1",
63
63
  "ts-node": "10.9.2",
64
64
  "typescript": "5.8.3",