e2e: more groups (#16483)

This commit is contained in:
Tetiana Churikova 2023-07-05 11:55:40 +02:00 committed by GitHub
parent e260187cf5
commit c52bf965f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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):

View File

@ -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):