35a775d4ba4dfff6ccbb7348a365b907619776c3
[platform/upstream/gstreamer.git] / webrtc / check / validate / README.md
1 # What is this?
2
3 The entire contents of this folder perform testing of GStreamer's webrtc
4 implementation against browser implementations using the selenium webdriver
5 testing framework.
6
7 # Dependencies:
8
9 - gst-validate: https://gitlab.freedesktop.org/gstreamer/gst-devtools/tree/master/validate
10 - gst-python: https://gitlab.freedesktop.org/gstreamer/gst-python/
11 - selenium: https://www.seleniumhq.org/projects/webdriver/
12 - selenium python bindings
13 - chrome and firefox with webdriver support
14
15 # Run the tests
16
17 `GST_VALIDATE_APPS_DIR=/path/to/gst-examples/webrtc/check/validate/apps/ GST_VALIDATE_SCENARIOS_PATH=/path/to/gst-examples/webrtc/check/validate/scenarios/ gst-validate-launcher --testsuites-dir /path/to/gst-examples/webrtc/check/validate/testsuites/ webrtc`