File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -2840,6 +2840,7 @@ module.exports = {
28402840 items : [ "appium-csharp-nunit" ] ,
28412841 } ,
28422842 "appium-kotlin" ,
2843+ "test-flutter-apps" ,
28432844 ] ,
28442845 } ,
28452846 {
You can’t perform that action at this time.
0 commit comments