gstreamer/webrtc/check/validate
Matthew Waters 615813ef93 check/validate: a few more tests and improvements
Tests a matrix of options:
- local/remote negotiation initiator
- 'most' bundle-policy combinations (some combinations will never work)
- firefox or chrome browser

Across 4 test scenarios:
- simple negotiation with default browser streams (or none if gstreamer
  initiates)
- sending a vp8 stream
- opening a data channel
- sending a message over the data channel

for a total of 112 tests!
2020-05-06 06:01:57 +00:00
..
apps check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
scenarios check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
testsuites check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
web check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
actions.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
browser.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
client.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
enums.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
observer.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
README.md check: first pass at a couple of validate tests 2020-05-06 06:01:57 +00:00
signalling.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00
webrtc_validate.py check/validate: a few more tests and improvements 2020-05-06 06:01:57 +00:00

What is this?

The entire contents of this folder perform testing of GStreamer's webrtc implementation against browser implementations using the selenium webdriver testing framework.

Dependencies:

Run the tests

GST_VALIDATE_APPS_DIR=/path/to/gstwebrtc-demos/check/validate/apps/ GST_VALIDATE_SCENARIOS_PATH=/path/to/gstwebrtc-demos/check/validate/scenarios/ gst-validate-launcher --testsuites-dir /path/to/gstwebrtc-demos/check/validate/testsuites/ webrtc