Skip to content

Commit dc3e238

Browse files
committed
Changes to support doc
1 parent 9557a0d commit dc3e238

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/run-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ You can use the `cypress_config_file` key in `run_settings` option to specify th
7171
{
7272
"run_settings": {
7373
"cypress_config_file": "cypress.json",
74+
"video": true
7475
}
7576
}
7677
```
@@ -80,7 +81,7 @@ You can use the `cypress_config_file` key in `run_settings` option to specify th
8081

8182
```javascript title="lambdatest-config.json"
8283
// In case of Cypress 10 and above, you can specify your custom config files by using the --cy flag.
83-
lambdatest-cypress run --cy="--config-file <file path>"
84+
lambdatest-cypress-cli run --env=stage,video=true --verbose --specs "./cypress/integration/examples/*"
8485
```
8586
</TabItem>
8687
</Tabs>

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,6 +2840,7 @@ module.exports = {
28402840
items: ["appium-csharp-nunit"],
28412841
},
28422842
"appium-kotlin",
2843+
"test-flutter-apps",
28432844
],
28442845
},
28452846
{

0 commit comments

Comments
 (0)