-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Labels
Description
Description
cypresss version: 13.12.0
node version: v20.14.0
RAM : 8G
system : linux
When cypress run is used to run multiple simultaneous runs on the server, the video can be recorded to the wrong location in the case of error, but the video recording will be incomplete in the case of successful test. For example, the packet shows 3 minutes of video, and the actual recorded video is 5 minutes and not recorded to the end of the script logic but in the middle position. The script has 20 steps, and the video only shows 10 steps before ending, leaving us unclear whether the test actually succeeded
Has anyone ever been in a situation like this?