Allow Chrome browser to use a mock microphone
It is possible to enable the browser to a mock microphone as part of the test. To Allow it, you need to pass as part of the CLI command an extra flag, read here about the CLI command.
To enable the microphone use --chrome-extra-args with the value "use-fake-device-for-media-stream"
For example:
testim --token "TOKEN" --project "PROJECT" --grid "Testim-Grid" --chrome-extra-args "use-fake-device-for-media-stream"
Note
Allowing the microphone as part of your test will be a mock scenario
Updated over 3 years ago