fake media stream for different spec files #23547
Unanswered
dithomas01
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to mock different video files as a webcam device for different spec files.
With cypress 9 this works fine because the browser restarts before every spec file, but in Cypress 10 this has been disabled and now I'm not able to use different video file, because the before:browser:launch hook is only triggered once.
Is there a config to use the old relaunch behaviour? (or other ideas how to achieve this?)
Beta Was this translation helpful? Give feedback.
All reactions