@uuv/cypress 2.51.1 → 2.52.1
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 +24 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [2.52.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.52.0...runner-cypress-v2.52.1) (2025-03-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **a11y:** update dependency axe-core to v4.10.3 ([a2d1012](https://github.com/e2e-test-quest/uuv/commit/a2d101264510ce249196d7bdf6bb1bea44454d64))
|
|
7
|
+
* **runner-playwright:** update dependency axe-core to v4.10.3 ([5781908](https://github.com/e2e-test-quest/uuv/commit/57819081adc571250f69d5d4784ada7dd4e19a15))
|
|
8
|
+
* **runner-playwright:** update dependency nanoid to v3.3.10 ([a6e9109](https://github.com/e2e-test-quest/uuv/commit/a6e9109f6fac1571e699118a669e1e382e9ccd26))
|
|
9
|
+
|
|
10
|
+
# [2.52.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.51.1...runner-cypress-v2.52.0) (2025-03-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
|
|
16
|
+
* **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
|
|
17
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
|
|
18
|
+
* **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
|
|
24
|
+
|
|
1
25
|
## [2.51.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.51.0...runner-cypress-v2.51.1) (2025-02-23)
|
|
2
26
|
|
|
3
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.1",
|
|
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,9 +47,9 @@
|
|
|
47
47
|
"@badeball/cypress-cucumber-preprocessor": "20.1.2",
|
|
48
48
|
"@cypress/webpack-preprocessor": "6.0.2",
|
|
49
49
|
"@testing-library/cypress": "10.0.3",
|
|
50
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
51
|
-
"@uuv/runner-commons": "2.
|
|
52
|
-
"axe-core": "4.10.
|
|
50
|
+
"@uuv/a11y": "1.0.0-beta.66",
|
|
51
|
+
"@uuv/runner-commons": "2.46.1",
|
|
52
|
+
"axe-core": "4.10.3",
|
|
53
53
|
"chai-subset": "^1.6.0",
|
|
54
54
|
"cypress": "13.17.0",
|
|
55
55
|
"cypress-axe": "1.6.0",
|