webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
469 stars 126 forks source link

Save logs in database #94

Closed KiteTesting closed 4 years ago

KiteTesting commented 4 years ago

Im getting webrtc stats in this way :

"getStats": { "enabled": true, "statsCollectionTime": 2, "statsCollectionInterval": 1, "peerConnections": [ "window.peerConnections[0]" ], "selectedStats": [ "inbound-rtp", "outbound-rtp", "candidate-pair", "local-candidate" , "remote-candidate" ,"stream","peer-connection","codec","track" , "transport" ] } }

And im getting logs and other reports generated after test execution . I want to know is there a way how can I store those logs/allure reports directly to a database or a server , or they can be saved only locally ?

namvuCosmo commented 4 years ago

For now they are saved locally only. You will need to process them as you like after test execution.

KiteTesting commented 4 years ago

Ok thanks. And from these all of these webrtc statistics i get in allure reports, i cannot find anything about the received video resolution or bandwidth, which of these statistics tell these details and how can i read them :

image

KiteTesting commented 4 years ago

issue is solved