Attaching Audio to Video Report
With audioReport, to can add synchronized audio to your video reports, adding a layer of analysis to your application testing.
-
Set up the device for audio recording support (see Audio and Screen Readers Support Using a Bluetooth Adapter).
-
Set the AudioReport capability to true in your test capabilities.
dc.setCapability("audioReport", true);
-
Run your test on a device with audio report.
info
Limitations:
- It is not possible to record additional recordings for the same device when this capability is true. In general, it is possible to use only one audio recording feature at the same time.
- If the device does not have Bluetooth properly configured and enabled, the test fails.