Skip to content

Commit 3e4c050

Browse files
authored
Merge pull request #2113 from Ishavyas9/main
Changes to support doc
2 parents b4848e4 + 6ae5511 commit 3e4c050

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
@@ -2831,6 +2831,7 @@ module.exports = {
28312831
items: ["appium-csharp-nunit"],
28322832
},
28332833
"appium-kotlin",
2834+
"test-flutter-apps",
28342835
],
28352836
},
28362837
{

0 commit comments

Comments
 (0)