Confirmed users
214
edits
| Line 73: | Line 73: | ||
* signaling_unittests — full system tests for the PeerConnection API. | * signaling_unittests — full system tests for the PeerConnection API. | ||
=== Mochitests === | === Mochitests and Crashtests === | ||
We also have a series of Mochitests which live in <code>dom/media/test/mochitest</code> | |||
and <code>dom/media/test/crashtest</code>. These can be run via the usual Mochitest | |||
mechanisms. | |||
These tests mostly cover: | |||
* getUserMedia. | |||
* End-to-end calling scenarios | |||
* That the system responds correctly to various kinds of API misuse (e.g., wrong arguments, etc.) | |||