Skip to content

Commit ac13797

Browse files
authored
Merge pull request #1464 from surishubham/main
Merge pull request #1460 from amanchopra1905/stage
2 parents be4481a + ed966ce commit ac13797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,10 @@ This can be majorly used for non selenium based tests to have the recorded video
733733
captureScreenRecordingForScenarios: true
734734
```
735735

736+
:::warning info
737+
To avoid test failures, ensure the `video` capability is `false` before enabling the `captureScreenRecordingForScenarios` flag in your YAML file. If both `video` capability and `captureScreenRecordingForScenarios` flag is set to `true` simultaneously, the tests will fail. To prevent this conflict, always pass the capability `video: false` in your tests.
738+
:::
739+
736740
***
737741

738742
### `skipArtifactStageIfNoTest`

0 commit comments

Comments
 (0)