From 468b54ea1e660517ec2ab5ebe9cd6e199c1eaaf9 Mon Sep 17 00:00:00 2001 From: Mohamed Amine Ben Salah <damineone@gmail.com> Date: Mon, 16 Mar 2020 15:24:21 -0300 Subject: [PATCH] adds required test variables to .env-template with empty values --- .../tests/puppeteer/.env-template | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-html5/tests/puppeteer/.env-template b/bigbluebutton-html5/tests/puppeteer/.env-template index d8e887232b..3f6561fd36 100644 --- a/bigbluebutton-html5/tests/puppeteer/.env-template +++ b/bigbluebutton-html5/tests/puppeteer/.env-template @@ -1,2 +1,18 @@ +# meeting credentials BBB_SERVER_URL="" -BBB_SHARED_SECRET="" \ No newline at end of file +BBB_SHARED_SECRET="" + +# collecting metrics +BBB_COLLECT_METRICS= # (true/false): true to collect metrics +METRICS_FOLDER= # full path of your audio.wav file + +# files paths for audio and webcams tests +AUDIO_FILE= # full path of your audio.wav file +VIDEO_FILE= # full path of your video.y4m file + +# webcams test +LOOP_INTERVAL= # time to loop in the webcams test in milliseconds +CAMERA_SHARE_FAILED_WAIT_TIME=15000 # this is set by default in the BBB server + +# audio test +IS_AUDIO_TEST= # (true/false): true if the test will require enabling audio \ No newline at end of file -- GitLab