@uuv/cypress 1.9.0 → 1.11.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 +25 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.10.0...runner-cypress-v1.11.0) (2023-10-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update docusaurus monorepo to v2.4.3 ([9e7ccf7](https://github.com/Orange-OpenSource/uuv/commit/9e7ccf78176e5b38da147d6d26097730c7859da8))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **docs:** add example to key.then.list.withNameAndContent sentence, [#252](https://github.com/Orange-OpenSource/uuv/issues/252) ([e919ead](https://github.com/Orange-OpenSource/uuv/commit/e919ead3d403e13891b6084dcf6bd22558e1f19a))
|
|
12
|
+
* **docs:** specify make within before click, type and press, [#252](https://github.com/Orange-OpenSource/uuv/issues/252) ([a8b0b5c](https://github.com/Orange-OpenSource/uuv/commit/a8b0b5c116a05192800eeb4d92753e053426c5bd))
|
|
13
|
+
|
|
14
|
+
# [1.10.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.9.0...runner-cypress-v1.10.0) (2023-09-20)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency cypress-real-events to v1.10.3 ([9e3c991](https://github.com/Orange-OpenSource/uuv/commit/9e3c9914420c6d527f7ad8b0017a0f8e26250f86))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **runner-playwright:** regenerate .spec when update, add or remove a .feature in open mode, [#236](https://github.com/Orange-OpenSource/uuv/issues/236) ([8a2599a](https://github.com/Orange-OpenSource/uuv/commit/8a2599a3fa4e577b9e626929537f2cc5f8e57bcc))
|
|
25
|
+
|
|
1
26
|
# [1.9.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.8.3...runner-cypress-v1.9.0) (2023-09-11)
|
|
2
27
|
|
|
3
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.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 run E2E tests written in cucumber(BDD) with cypress.",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
|
|
47
47
|
"@cypress/webpack-preprocessor": "5.17.1",
|
|
48
48
|
"@testing-library/cypress": "9.0.0",
|
|
49
|
-
"@uuv/runner-commons": "1.
|
|
49
|
+
"@uuv/runner-commons": "1.9.0",
|
|
50
50
|
"axe-core": "4.7.2",
|
|
51
51
|
"chalk": "4.1.2",
|
|
52
52
|
"cucumber-json-report-formatter": "0.1.4",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/minimist": "1.2.2",
|
|
103
|
-
"@types/node": "16.18.
|
|
103
|
+
"@types/node": "16.18.57",
|
|
104
104
|
"cross-env": "7.0.3",
|
|
105
|
-
"eslint-plugin-cypress": "2.
|
|
105
|
+
"eslint-plugin-cypress": "2.15.1",
|
|
106
106
|
"serve-handler": "6.1.5",
|
|
107
107
|
"ts-loader": "9.4.2",
|
|
108
108
|
"tsconfig-paths": "4.2.0"
|