@uuv/cypress 2.24.0 → 2.25.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 +24 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # [2.25.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.24.1...runner-cypress-v2.25.0) (2024-07-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency antd to v5.19.2 ([5407d03](https://github.com/Orange-OpenSource/uuv/commit/5407d0317107bab2dfeae396d13186f9ec941f8f))
7
+ * **assistant:** update dependency antd to v5.19.3 ([9db1dce](https://github.com/Orange-OpenSource/uuv/commit/9db1dce802e44b7e5c4399dd9e059b9506b87929))
8
+ * **runner-cypress:** update dependency cypress to v13.13.1 ([3212aa5](https://github.com/Orange-OpenSource/uuv/commit/3212aa58f4d71f6ca45d1b6a66c2e7132f8ad505))
9
+ * **runner-playwright:** update playwright monorepo to v1.45.2 ([b6a9018](https://github.com/Orange-OpenSource/uuv/commit/b6a901858453418aa2b10db43878bbe18d45fafd))
10
+
11
+
12
+ ### Features
13
+
14
+ * **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.3 ([377b9b9](https://github.com/Orange-OpenSource/uuv/commit/377b9b9779aeed86c5752c33768f26190a1385e1))
15
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.0 ([ba0f0d9](https://github.com/Orange-OpenSource/uuv/commit/ba0f0d91d845c638fcbc7581fdf54c525ce20f93))
16
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.7.0 ([5850b13](https://github.com/Orange-OpenSource/uuv/commit/5850b1362bf8d3c319b3907cae07c8f86ad67820))
17
+
18
+ ## [2.24.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.24.0...runner-cypress-v2.24.1) (2024-07-16)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **runner-commons:** improve uuv command control, [#682](https://github.com/Orange-OpenSource/uuv/issues/682) ([#698](https://github.com/Orange-OpenSource/uuv/issues/698)) ([e5327ce](https://github.com/Orange-OpenSource/uuv/commit/e5327ceb3c3bb1cdb6c6d9f87852ea14ab3b8700))
24
+
1
25
  # [2.24.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.23.1...runner-cypress-v2.24.0) (2024-07-14)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.24.0",
3
+ "version": "2.25.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",
@@ -44,19 +44,19 @@
44
44
  "lint": "eslint -c .eslintrc.json"
45
45
  },
46
46
  "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "20.0.7",
47
+ "@badeball/cypress-cucumber-preprocessor": "20.1.0",
48
48
  "@cypress/webpack-preprocessor": "6.0.2",
49
49
  "@testing-library/cypress": "10.0.2",
50
- "@uuv/a11y": "1.0.0-beta.35",
51
- "@uuv/runner-commons": "2.19.0",
50
+ "@uuv/a11y": "1.0.0-beta.36",
51
+ "@uuv/runner-commons": "2.20.0",
52
52
  "axe-core": "4.9.1",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "13.13.0",
54
+ "cypress": "13.13.1",
55
55
  "cypress-axe": "1.5.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "is-admin": "4.0.0",
58
58
  "junit-report-merger": "^7.0.0",
59
- "multiple-cucumber-html-reporter": "3.6.2",
59
+ "multiple-cucumber-html-reporter": "3.7.0",
60
60
  "path-browserify": "^1.0.1",
61
61
  "ts-node": "10.9.2",
62
62
  "typescript": "5.4.5",