From dc3e2387e991b5724a487a12385a5d06887db716 Mon Sep 17 00:00:00 2001 From: Mythili2442 Date: Mon, 22 Sep 2025 16:45:29 +0530 Subject: [PATCH] Changes to support doc --- docs/run-settings.md | 3 ++- sidebars.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/run-settings.md b/docs/run-settings.md index 4fa8a5f12..42f118768 100644 --- a/docs/run-settings.md +++ b/docs/run-settings.md @@ -71,6 +71,7 @@ You can use the `cypress_config_file` key in `run_settings` option to specify th { "run_settings": { "cypress_config_file": "cypress.json", + "video": true } } ``` @@ -80,7 +81,7 @@ You can use the `cypress_config_file` key in `run_settings` option to specify th ```javascript title="lambdatest-config.json" // In case of Cypress 10 and above, you can specify your custom config files by using the --cy flag. - lambdatest-cypress run --cy="--config-file " + lambdatest-cypress-cli run --env=stage,video=true --verbose --specs "./cypress/integration/examples/*" ``` diff --git a/sidebars.js b/sidebars.js index 92c94be48..79267c900 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2840,6 +2840,7 @@ module.exports = { items: ["appium-csharp-nunit"], }, "appium-kotlin", + "test-flutter-apps", ], }, {