@letsrunit/executor 0.15.1 → 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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
- package/src/ai/generate-feature.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -92939,7 +92939,7 @@ Only use the following \`When\` steps:
|
|
|
92939
92939
|
|
|
92940
92940
|
* \`{locator}\` - A readable description of a page element
|
|
92941
92941
|
* \`{keys}\` - Keyboard input like "Enter" or "CTRL + S"
|
|
92942
|
-
* \`{value}\` - A string, number, or
|
|
92942
|
+
* \`{value}\` - A string, number, date, or generated password, for example "Hello", 10, \`date of tomorrow\`, \`date "2026-02-22"\`, or \`password of "user-uuid"\`
|
|
92943
92943
|
|
|
92944
92944
|
**Locator rules**:
|
|
92945
92945
|
${locatorRules}
|