@uuv/cypress 2.32.0 → 2.33.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [2.33.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.32.0...runner-cypress-v2.33.0) (2024-09-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update playwright monorepo to v1.47.2 ([d811c1a](https://github.com/Orange-OpenSource/uuv/commit/d811c1a4bdd5d9db8258f3ad4eff5a44003c988f))
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency @cucumber/gherkin to v29 ([7ca3412](https://github.com/Orange-OpenSource/uuv/commit/7ca34128b6d70a09a1bd1fc5c600873ff4701be4))
12
+ * **deps:** update dependency @cucumber/messages to v26 ([759ad7b](https://github.com/Orange-OpenSource/uuv/commit/759ad7b2cdab61d7655f69413cac7a62b14f3bdb))
13
+
1
14
  # [2.32.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.31.0...runner-cypress-v2.32.0) (2024-09-15)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.32.0",
3
+ "version": "2.33.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,8 +47,8 @@
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.43",
51
- "@uuv/runner-commons": "2.27.0",
50
+ "@uuv/a11y": "1.0.0-beta.44",
51
+ "@uuv/runner-commons": "2.28.0",
52
52
  "axe-core": "4.10.0",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.14.2",