@uuv/cypress 2.46.0 → 2.48.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 +19 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [2.48.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.47.0...runner-cypress-v2.48.0) (2025-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))
|
|
12
|
+
|
|
13
|
+
# [2.47.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.46.0...runner-cypress-v2.47.0) (2025-01-05)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **a11y:** update dependency @testing-library/dom to v10 ([de56925](https://github.com/e2e-test-quest/uuv/commit/de56925247cb9b0e504f2b98389ab6e82ce85c4b))
|
|
19
|
+
|
|
1
20
|
# [2.46.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.45.0...runner-cypress-v2.46.0) (2024-12-29)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.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.
|
|
51
|
-
"@uuv/runner-commons": "2.
|
|
50
|
+
"@uuv/a11y": "1.0.0-beta.60",
|
|
51
|
+
"@uuv/runner-commons": "2.42.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.
|
|
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.2",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"chalk": "^4.1.2",
|
|
106
106
|
"cross-env": "7.0.3",
|
|
107
107
|
"eslint-plugin-cypress": "2.15.2",
|
|
108
|
-
"ts-loader": "9.
|
|
108
|
+
"ts-loader": "9.5.2",
|
|
109
109
|
"tsconfig-paths": "4.2.0"
|
|
110
110
|
}
|
|
111
111
|
}
|