@uuv/cypress 2.50.0 → 2.51.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 CHANGED
@@ -1,3 +1,24 @@
1
+ ## [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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-commons:** remove useless "newReal" in teamcity log ([303cf9d](https://github.com/e2e-test-quest/uuv/commit/303cf9d56f78fe889e475af0197fb75b006737f7))
7
+ * 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))
8
+
9
+ # [2.51.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.50.0...runner-cypress-v2.51.0) (2025-02-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
15
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
16
+
17
+
18
+ ### Features
19
+
20
+ * **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
21
+
1
22
  # [2.50.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.49.0...runner-cypress-v2.50.0) (2025-02-11)
2
23
 
3
24
 
@@ -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.50.0",
3
+ "version": "2.51.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,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.62",
51
- "@uuv/runner-commons": "2.44.0",
50
+ "@uuv/a11y": "1.0.0-beta.64",
51
+ "@uuv/runner-commons": "2.45.1",
52
52
  "axe-core": "4.10.2",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.17.0",