Skip to content

Commit

Permalink
Update browser compatiblity content share tests (aws#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrung authored Aug 24, 2022
1 parent bcb16be commit 2124a6d
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 156 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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"
}
]
}

This file was deleted.

7 changes: 1 addition & 6 deletions integration/js/script/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2124a6d

Please sign in to comment.