@uuv/cypress 2.73.1 → 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.
- package/CHANGELOG.md +15 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
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
|
+
|
|
1
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)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "2.
|
|
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 --
|
|
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.
|
|
48
|
+
"@cypress/webpack-preprocessor": "7.0.2",
|
|
49
49
|
"@testing-library/cypress": "10.1.0",
|
|
50
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
51
|
-
"@uuv/runner-commons": "2.
|
|
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.
|
|
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",
|