Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/run-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
```
Expand All @@ -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 <file path>"
lambdatest-cypress-cli run --env=stage,video=true --verbose --specs "./cypress/integration/examples/*"
```
</TabItem>
</Tabs>
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2840,6 +2840,7 @@ module.exports = {
items: ["appium-csharp-nunit"],
},
"appium-kotlin",
"test-flutter-apps",
],
},
{
Expand Down
Loading