You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/commands/prompt.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,12 @@ cy.prompt([
176
176
177
177
## Writing effective prompts
178
178
179
+
:::note
180
+
181
+
**Language Support:**`cy.prompt` is optimized for English prompts and provides the most reliable results when prompts are written in English. We cannot guarantee accuracy or provide support for non-English prompts.
182
+
183
+
:::
184
+
179
185
Prompt clarity determines reliability. Follow these rules:
180
186
181
187
-**Imperative voice**: Start with an action (click, type, verify).
0 commit comments