@letsrunit/executor 0.16.0 → 0.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letsrunit/executor",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "High-level test execution orchestrator for letsrunit",
5
5
  "keywords": [
6
6
  "testing",
@@ -41,14 +41,14 @@
41
41
  },
42
42
  "packageManager": "yarn@4.10.3",
43
43
  "dependencies": {
44
- "@letsrunit/ai": "0.16.0",
45
- "@letsrunit/controller": "0.16.0",
46
- "@letsrunit/gherkin": "0.16.0",
47
- "@letsrunit/journal": "0.16.0",
48
- "@letsrunit/mailbox": "0.16.0",
49
- "@letsrunit/playwright": "0.16.0",
50
- "@letsrunit/store": "0.16.0",
51
- "@letsrunit/utils": "0.16.0",
44
+ "@letsrunit/ai": "0.17.0",
45
+ "@letsrunit/controller": "0.17.0",
46
+ "@letsrunit/gherkin": "0.17.0",
47
+ "@letsrunit/journal": "0.17.0",
48
+ "@letsrunit/mailbox": "0.17.0",
49
+ "@letsrunit/playwright": "0.17.0",
50
+ "@letsrunit/store": "0.17.0",
51
+ "@letsrunit/utils": "0.17.0",
52
52
  "zod": "^4.3.5"
53
53
  },
54
54
  "devDependencies": {
@@ -43,7 +43,7 @@ Only use the following \`When\` steps:
43
43
 
44
44
  * \`{locator}\` - A readable description of a page element
45
45
  * \`{keys}\` - Keyboard input like "Enter" or "CTRL + S"
46
- * \`{value}\` - A string, number, or date, for example "Hello", 10, \`date of tomorrow\`, or \`date "2026-02-22"\`
46
+ * \`{value}\` - A string, number, date, or generated password, for example "Hello", 10, \`date of tomorrow\`, \`date "2026-02-22"\`, or \`password of "user-uuid"\`
47
47
 
48
48
  **Locator rules**:
49
49
  ${locatorRules}