I would like to implement an integration test mocking a WebCam video stream using the Safari browser. Following the WebRTC testing documentation Chrome provides the --use-file-for-fake-video-capture=<filename>
flag to mock the video stream. I have not found any documentation for the Safari browser.
Is there a way to fake a webcam video for testing using the Safari browser?