From c52bf965f776e8852a8b045231eb065e05286177 Mon Sep 17 00:00:00 2001 From: Tetiana Churikova Date: Wed, 5 Jul 2023 11:55:40 +0200 Subject: [PATCH] e2e: more groups (#16483) --- test/appium/pytest.ini | 2 +- test/appium/tests/critical/test_public_chat_browsing.py | 2 +- test/appium/tests/medium/test_activity_center.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/appium/pytest.ini b/test/appium/pytest.ini index 60af876ee0..581d1f59e2 100644 --- a/test/appium/pytest.ini +++ b/test/appium/pytest.ini @@ -1,6 +1,6 @@ [pytest] norecursedirs = .git views -addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 5 +addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 6 junit_family=legacy markers = critical: TCs by priority diff --git a/test/appium/tests/critical/test_public_chat_browsing.py b/test/appium/tests/critical/test_public_chat_browsing.py index 45cd61c9b5..550546fd9d 100644 --- a/test/appium/tests/critical/test_public_chat_browsing.py +++ b/test/appium/tests/critical/test_public_chat_browsing.py @@ -433,7 +433,7 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase): self.errors.verify_no_errors() -@pytest.mark.xdist_group(name="new_one_2") +@pytest.mark.xdist_group(name="new_three_2") @marks.new_ui_critical class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase): diff --git a/test/appium/tests/medium/test_activity_center.py b/test/appium/tests/medium/test_activity_center.py index 9161c63cc0..f286261734 100644 --- a/test/appium/tests/medium/test_activity_center.py +++ b/test/appium/tests/medium/test_activity_center.py @@ -116,7 +116,7 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC self.errors.verify_no_errors() -@pytest.mark.xdist_group(name="new_one_3") +@pytest.mark.xdist_group(name="new_four_2") @marks.new_ui_critical class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):