From 41cdef537255b03f76bbdd0a86d8d89ffe0ffe0c Mon Sep 17 00:00:00 2001 From: Xavier Boubert Date: Sun, 16 Feb 2025 14:52:03 +0100 Subject: [PATCH] Add "log" option to hide displayed log of cy.origin() --- docs/api/commands/origin.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/commands/origin.mdx b/docs/api/commands/origin.mdx index f6a2e505e3..8629f7d5a8 100644 --- a/docs/api/commands/origin.mdx +++ b/docs/api/commands/origin.mdx @@ -123,6 +123,7 @@ Pass in an options object to control the behavior of `cy.origin()`. | option | description | | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 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. | +| log | (default `true`) Displays the command in the [Command log](/app/core-concepts/open-mode#Command-Log) | :::caution