Skip to content

Commit ed966ce

Browse files
committed
Merge pull request #1460 from amanchopra1905/stage
updated the note for captureScreenRecordingForScenarios flag
1 parent 68c4f48 commit ed966ce

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)