Skip to content

Commit 41cdef5

Browse files
committed
Add "log" option to hide displayed log of cy.origin()
1 parent cad4643 commit 41cdef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/commands/origin.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Pass in an options object to control the behavior of `cy.origin()`.
123123
| option | description |
124124
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125125
| args | Plain JavaScript object which will be serialized and sent from the primary origin to the secondary origin, where it will be deserialized and passed into the callback function as its first and only argument. |
126+
| log | (default `true`) Displays the command in the [Command log](/app/core-concepts/open-mode#Command-Log) |
126127

127128
:::caution
128129

0 commit comments

Comments
 (0)