@uuv/cypress 2.73.0 → 2.74.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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.74.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.73.1...runner-cypress-v2.74.0) (2025-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **docs:** clone dictionary during doc generation ([c357bb8](https://github.com/e2e-test-quest/uuv/commit/c357bb8cb18f8aca0ade49e512c806c768030054))
7
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7.0.2 ([1e2abab](https://github.com/e2e-test-quest/uuv/commit/1e2abab644d26e6b6fd65a00c8d6edd4cdbd2fb6))
8
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([0e11d27](https://github.com/e2e-test-quest/uuv/commit/0e11d27808d47d77ae982b8874492c98c0afdb76))
9
+
10
+
11
+ ### Features
12
+
13
+ * **mcp-server:** introduce unit-test for mcp-server and domSelector for generate_expect_elem, [#1164](https://github.com/e2e-test-quest/uuv/issues/1164) ([a1aabb3](https://github.com/e2e-test-quest/uuv/commit/a1aabb359ee780905cbbdf8d07248b59965208ca))
14
+ * **runner-cypress:** update dependency cypress to v15.7.0 ([36f50df](https://github.com/e2e-test-quest/uuv/commit/36f50dfebe23be556ade0c3e7ed5a53d9214bd9a))
15
+
16
+ ## [2.73.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.73.0...runner-cypress-v2.73.1) (2025-11-20)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **assistant:** set dom-accessibility-api dependency as runtime dependency ([8f6588e](https://github.com/e2e-test-quest/uuv/commit/8f6588e71bdb5fccee1e4fe8047038853e76e13a))
22
+
1
23
  # [2.73.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.72.0...runner-cypress-v2.73.0) (2025-11-19)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.73.0",
3
+ "version": "2.74.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",
@@ -37,7 +37,7 @@
37
37
  "package": "npm pack --pack-destination=\"../../dist/packages\"",
38
38
  "postinstall": "node postinstall.js",
39
39
  "unit-tests": "jest --runInBand --coverage --config=./jest.config.ts --testPathIgnorePatterns=src/tests/report",
40
- "verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPattern=src/tests/report",
40
+ "verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPatterns=src/tests/report",
41
41
  "e2e-test:run": "ts-node test.ts e2e",
42
42
  "e2e-test:open": "ts-node test.ts open",
43
43
  "test": "npm run unit-tests && npm run e2e-test:run",
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@badeball/cypress-cucumber-preprocessor": "23.2.1",
48
- "@cypress/webpack-preprocessor": "7.0.1",
48
+ "@cypress/webpack-preprocessor": "7.0.2",
49
49
  "@testing-library/cypress": "10.1.0",
50
- "@uuv/a11y": "1.0.0-beta.85",
51
- "@uuv/runner-commons": "2.67.0",
50
+ "@uuv/a11y": "1.0.0-beta.87",
51
+ "@uuv/runner-commons": "2.68.0",
52
52
  "axe-core": "4.11.0",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "15.5.0",
54
+ "cypress": "15.7.0",
55
55
  "cypress-axe": "1.7.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "dom-accessibility-api": "^0.7.0",