testRTC collect the console log of the browser. This is a great tool for debugging application specific issues. By default, we don’t collect the VERBOSE logs – these are just too… verbose. If you need to collect them, you can do so by invoking this...
If you need to collect them, you can do so by invoking this run option in your test: #probe-log-level:ALL
This will make sure all console log messages are being collected – including the VERBOSE ones.