diff --git a/docs/run-settings.md b/docs/run-settings.md index 4fa8a5f1..42f11876 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 92c94be4..79267c90 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2840,6 +2840,7 @@ module.exports = { items: ["appium-csharp-nunit"], }, "appium-kotlin", + "test-flutter-apps", ], }, {