everyNthFrame should only be applied for Chrome 89+ #18021
Labels
browser: chrome
topic: video 📹
type: regression
A bug that didn't appear until a specific Cy version release
v8.3.0 🐛
Issue present since 8.3.0
Current behavior
In this PR #17408, we introduced capturing everyNthFrame to reduce the number of frames captured since Chrome began capturing more frames in Chrome 89+ (to help with performance). But the fix was applied broadly across all Chrome versions so that when running Cypress in Chrome 87, for example, the video will have a lot less frames and look choppy.
Desired behavior
No response
Test code to reproduce
cypress run
with video recording on in Chrome 88 or below.Cypress Version
8.3.1
Other
No response
The text was updated successfully, but these errors were encountered: