@uuv/cypress 2.51.0 → 2.52.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 CHANGED
@@ -1,3 +1,26 @@
1
+ # [2.52.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.51.1...runner-cypress-v2.52.0) (2025-03-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
7
+ * **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
8
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
9
+ * **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
10
+
11
+
12
+ ### Features
13
+
14
+ * **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
15
+
16
+ ## [2.51.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.51.0...runner-cypress-v2.51.1) (2025-02-23)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **runner-commons:** remove useless "newReal" in teamcity log ([303cf9d](https://github.com/e2e-test-quest/uuv/commit/303cf9d56f78fe889e475af0197fb75b006737f7))
22
+ * set multiple-cucumber-html-reporter to v 3.9.0 and useCDN to true, [#980](https://github.com/e2e-test-quest/uuv/issues/980) ([a85c1c8](https://github.com/e2e-test-quest/uuv/commit/a85c1c898dbd2137ec75c2a2eb79a3d372609b9e))
23
+
1
24
  # [2.51.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.50.0...runner-cypress-v2.51.0) (2025-02-19)
2
25
 
3
26
 
@@ -126,6 +126,7 @@ class UUVCliCypressRunner {
126
126
  multiple_cucumber_html_reporter_1.default.generate({
127
127
  jsonDir: jsonReportDir,
128
128
  reportPath: htmlReportDir,
129
+ useCDN: true,
129
130
  metadata: {
130
131
  browser: {
131
132
  name: options.browser,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.51.0",
3
+ "version": "2.52.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.3",
50
- "@uuv/a11y": "1.0.0-beta.63",
51
- "@uuv/runner-commons": "2.45.0",
50
+ "@uuv/a11y": "1.0.0-beta.65",
51
+ "@uuv/runner-commons": "2.46.0",
52
52
  "axe-core": "4.10.2",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.17.0",
@@ -57,7 +57,7 @@
57
57
  "is-admin": "4.0.0",
58
58
  "junit-report-merger": "^7.0.0",
59
59
  "lodash": "^4.17.21",
60
- "multiple-cucumber-html-reporter": "3.9.1",
60
+ "multiple-cucumber-html-reporter": "3.9.0",
61
61
  "path-browserify": "^1.0.1",
62
62
  "ts-node": "10.9.2",
63
63
  "typescript": "5.7.3",