@uuv/cypress 2.32.0 → 2.34.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 +25 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# [2.34.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.33.0...runner-cypress-v2.34.0) (2024-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update codemirror ([2eb05a4](https://github.com/Orange-OpenSource/uuv/commit/2eb05a46b68ce549dc72cc98c62c09c0dbcfd42f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](https://github.com/Orange-OpenSource/uuv/commit/4a5c3a05b9c8dc0071275094ccd92efc63644054))
|
|
12
|
+
|
|
13
|
+
# [2.33.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.32.0...runner-cypress-v2.33.0) (2024-09-22)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **runner-playwright:** update playwright monorepo to v1.47.2 ([d811c1a](https://github.com/Orange-OpenSource/uuv/commit/d811c1a4bdd5d9db8258f3ad4eff5a44003c988f))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency @cucumber/gherkin to v29 ([7ca3412](https://github.com/Orange-OpenSource/uuv/commit/7ca34128b6d70a09a1bd1fc5c600873ff4701be4))
|
|
24
|
+
* **deps:** update dependency @cucumber/messages to v26 ([759ad7b](https://github.com/Orange-OpenSource/uuv/commit/759ad7b2cdab61d7655f69413cac7a62b14f3bdb))
|
|
25
|
+
|
|
1
26
|
# [2.32.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.31.0...runner-cypress-v2.32.0) (2024-09-15)
|
|
2
27
|
|
|
3
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.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,11 +47,11 @@
|
|
|
47
47
|
"@badeball/cypress-cucumber-preprocessor": "20.1.2",
|
|
48
48
|
"@cypress/webpack-preprocessor": "6.0.2",
|
|
49
49
|
"@testing-library/cypress": "10.0.2",
|
|
50
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
51
|
-
"@uuv/runner-commons": "2.
|
|
50
|
+
"@uuv/a11y": "1.0.0-beta.45",
|
|
51
|
+
"@uuv/runner-commons": "2.29.0",
|
|
52
52
|
"axe-core": "4.10.0",
|
|
53
53
|
"chai-subset": "^1.6.0",
|
|
54
|
-
"cypress": "13.
|
|
54
|
+
"cypress": "13.15.0",
|
|
55
55
|
"cypress-axe": "1.5.0",
|
|
56
56
|
"cypress-real-events": "^1.10.0",
|
|
57
57
|
"is-admin": "4.0.0",
|