@uuv/runner-commons 2.59.2 → 2.61.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,19 @@
|
|
|
1
|
+
# [2.61.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.60.0...runner-commons-v2.61.0) (2025-08-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add sentence to edit AG Grid cell, [#1078](https://github.com/e2e-test-quest/uuv/issues/1078) ([d343b01](https://github.com/e2e-test-quest/uuv/commit/d343b01ca599a7a02889d77bd869d2bf396f321b))
|
|
7
|
+
* update react monorepo to v19 ([4e10a59](https://github.com/e2e-test-quest/uuv/commit/4e10a59abf9a343b311ef4a2b3223dcf1555638f))
|
|
8
|
+
|
|
9
|
+
# [2.60.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.59.2...runner-commons-v2.60.0) (2025-08-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **assistant:** update dependency antd to v5.27.1 ([d0dc967](https://github.com/e2e-test-quest/uuv/commit/d0dc967bc686e5710b35adefc8b040a404581f95))
|
|
15
|
+
* **runner-playwright:** migrate to playwright-bdd 8.4.0 ([0c9e0f0](https://github.com/e2e-test-quest/uuv/commit/0c9e0f095194af15cb21a822500e6db0410189d7))
|
|
16
|
+
|
|
1
17
|
## [2.59.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.59.1...runner-commons-v2.59.2) (2025-08-13)
|
|
2
18
|
|
|
3
19
|
|
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"description": "Writes the sentence passed as a parameter (useful for example to fill in a form field).<br/>Make sure you've selected an element beforehand with the <strong>within...</strong> phrases.",
|
|
35
35
|
"wording": "I type the sentence {string}"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"key": "key.when.type.withContextInGridCell",
|
|
39
|
+
"description": "Writes the sentence passed as a parameter in the ag-Grid cell at the specified row and column name (useful for example to fill in a form field in ag-Grid).<br/>Make sure you've selected an ag-Grid element beforehand with the <strong>within...</strong> phrases.",
|
|
40
|
+
"wording": "I type the sentence {string} in aggrid cell at the row {int} and column named {string}"
|
|
41
|
+
},
|
|
37
42
|
{
|
|
38
43
|
"key": "key.when.enter.withContext",
|
|
39
44
|
"description": "Writes the sentence passed as a parameter (useful for example to fill in a form field).<br/>Make sure you've selected an element beforehand with the <strong>within...</strong> phrases.",
|
package/package.json
CHANGED
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"description": "Writes the sentence passed as a parameter (useful for example to fill in a form field).<br/>Make sure you've selected an element beforehand with the <strong>within...</strong> phrases.",
|
|
35
35
|
"wording": "I type the sentence {string}"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"key": "key.when.type.withContextInGridCell",
|
|
39
|
+
"description": "Writes the sentence passed as a parameter in the ag-Grid cell at the specified row and column name (useful for example to fill in a form field in ag-Grid).<br/>Make sure you've selected an ag-Grid element beforehand with the <strong>within...</strong> phrases.",
|
|
40
|
+
"wording": "I type the sentence {string} in aggrid cell at the row {int} and column named {string}"
|
|
41
|
+
},
|
|
37
42
|
{
|
|
38
43
|
"key": "key.when.enter.withContext",
|
|
39
44
|
"description": "Writes the sentence passed as a parameter (useful for example to fill in a form field).<br/>Make sure you've selected an element beforehand with the <strong>within...</strong> phrases.",
|
|
@@ -31,9 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"key": "key.when.type.withContext",
|
|
34
|
-
"description": "
|
|
34
|
+
"description": "Saisie de la phrase passée en paramètre (utile par exemple pour remplir un champ de formulaire).<br/>Assurez vous d'avoir effectué une sélection d'élément avant avec les phrases <strong>je vais à l'intérieur...</strong>.",
|
|
35
35
|
"wording": "je saisie le(s) mot(s) {string}"
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"key": "key.when.type.withContextInGridCell",
|
|
39
|
+
"description": "Saisie de la phrase passée en paramètre dans une cellule d'une grille ag-Grid (utile par exemple pour remplir une cellule dans une grille).<br/>Assurez vous d'avoir effectué une sélection d'élément avant avec les phrases <strong>je vais à l'intérieur...</strong>.",
|
|
40
|
+
"wording": "je saisie le(s) mot(s) {string} dans la cellule aggrid à la ligne {int} et la colonne nommée {string}"
|
|
41
|
+
},
|
|
37
42
|
{
|
|
38
43
|
"key": "key.when.enter.withContext",
|
|
39
44
|
"description": "Saisit de la phrase passée en paramètre (utile par exemple pour remplir un champ de formulaire).<br/>Assurez vous d'avoir effectué une sélection d'élément avant avec les phrases <strong>je vais à l'intérieur...</strong>.",
|