diff --git a/integration/configs/browserCompatibilityTest/desktop/app_quit_content_share_test.config.json b/integration/configs/browserCompatibilityTest/desktop/app_quit_content_share_test.config.json deleted file mode 100644 index 2879a42bf4..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/app_quit_content_share_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "app_quit_content_share_test.config.json %ts", - "grids": [], - "tests": [ - { - "name": "App Quit Content Share Test %ts", - "description": "App Quit Content Share Test", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "AppQuitContentShareTest.js", - "payload": { - "url": "http://localhost:8080/", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "version": "latest", - "platform": "MAC" - } - ] -} diff --git a/integration/configs/browserCompatibilityTest/desktop/content_share_join_later_test.config.json b/integration/configs/browserCompatibilityTest/desktop/content_share_join_later_test.config.json deleted file mode 100644 index 349ac7af2a..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/content_share_join_later_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "content_share_join_later_test.config.json %ts", - "grids": [], - "tests": [ - { - "name": "Content Share Join Later Test %ts", - "description": "Test that content share can be viewed when an attendee joins after", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "ContentShareJoinLaterTest.js", - "payload": { - "url": "http://localhost:8080/", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "version": "latest", - "platform": "MAC" - } - ] -} diff --git a/integration/configs/browserCompatibilityTest/desktop/content_share_only_allow_two_test.config.json b/integration/configs/browserCompatibilityTest/desktop/content_share_only_allow_two_test.config.json deleted file mode 100644 index c2a8efbfe3..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/content_share_only_allow_two_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "content_share_only_allow_two_test.config.json %ts", - "grids": [], - "tests": [ - { - "name": "Content Share Only Allow Two Test %ts", - "description": "Only allow two content share at the same time", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "ContentShareOnlyAllowTwoTest.js", - "payload": { - "url": "http://localhost:8080/", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "version": "latest", - "platform": "MAC" - } - ] -} diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_join_later_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_join_later_test.config.json deleted file mode 100644 index c26ecd0eed..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_join_later_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "linux_content_share_join_later_test.json", - "grids": [ - ], - "tests": [ - { - "name": "Content Share Join Later Test on Linux %ts", - "description": "Test that content share can be viewed when an attendee joins after on Linux", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "ContentShareJoinLaterTest.js", - "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "platform": "LINUX" - } - ] -} diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_only_allow_two_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_only_allow_two_test.config.json deleted file mode 100644 index 14949cdc94..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_only_allow_two_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "linux_content_share_only_allow_two_test.json", - "grids": [ - ], - "tests": [ - { - "name": "Content Share Only Allow Two Test on Linux %ts", - "description": "Content Share Only Allow Upto Two Context Shares at the same time on Linux", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "ContentShareOnlyAllowTwoTest.js", - "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "platform": "LINUX" - } - ] -} diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json new file mode 100644 index 0000000000..596d90603e --- /dev/null +++ b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json @@ -0,0 +1,24 @@ +{ + "`": 1, + "name": "content_share_video_test.config.json %ts", + "grids": [], + "tests": [ + { + "name": "Content Share Video Test %ts", + "description": "Video sharing using content share", + "tupleSize": 1, + "noOfThreads": 1, + "testImpl": "ContentShareVideoTest.js", + "payload": { + "url": "http://localhost:8080/", + "retry": 2 + } + } + ], + "clients": [ + { + "browserName": "chrome", + "platform": "LINUX" + } + ] +} diff --git a/integration/configs/browserCompatibilityTest/desktop/meeting_leave_content_share_test.config.json b/integration/configs/browserCompatibilityTest/desktop/meeting_leave_content_share_test.config.json deleted file mode 100644 index 5a507284da..0000000000 --- a/integration/configs/browserCompatibilityTest/desktop/meeting_leave_content_share_test.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "`": 1, - "name": "meeting_leave_content_share_test.config.json %ts", - "grids": [], - "tests": [ - { - "name": "Meeting Leave Content Share Test %ts", - "description": "Meeting leave Content Share Test", - "tupleSize": 1, - "noOfThreads": 1, - "testImpl": "MeetingLeaveContentShareTest.js", - "payload": { - "url": "http://localhost:8080/", - "retry": 2 - } - } - ], - "clients": [ - { - "browserName": "chrome", - "version": "latest", - "platform": "MAC" - } - ] -} diff --git a/integration/js/script/run-test b/integration/js/script/run-test index a66983f1b9..f529587231 100755 --- a/integration/js/script/run-test +++ b/integration/js/script/run-test @@ -156,11 +156,7 @@ case $1 in ;; content_share) r configs/browserCompatibilityTest/desktop/content_share_screen_capture_test.config.json - r configs/browserCompatibilityTest/desktop/meeting_leave_content_share_test.config.json r configs/browserCompatibilityTest/desktop/content_share_video_test.config.json - r configs/browserCompatibilityTest/desktop/content_share_only_allow_two_test.config.json - r configs/browserCompatibilityTest/desktop/content_share_join_later_test.config.json - r configs/browserCompatibilityTest/desktop/app_quit_content_share_test.config.json ;; data_message) r configs/browserCompatibilityTest/desktop/data_message_test.config.json @@ -181,9 +177,8 @@ case $1 in r configs/browserCompatibilityTest/desktop/linux/video_test.config.json ;; linux_content_share) - r configs/browserCompatibilityTest/desktop/linux/content_share_join_later_test.config.json - r configs/browserCompatibilityTest/desktop/linux/content_share_only_allow_two_test.config.json r configs/browserCompatibilityTest/desktop/linux/content_share_screen_capture_test.config.json + r configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json ;; linux_other) r configs/browserCompatibilityTest/desktop/linux/data_message_test.config.json