mirror of
https://github.com/status-im/status-react.git
synced 2025-01-24 18:00:45 +00:00
e2e: more groups (#16483)
This commit is contained in:
parent
e260187cf5
commit
c52bf965f7
@ -1,6 +1,6 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .git views
|
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
|
junit_family=legacy
|
||||||
markers =
|
markers =
|
||||||
critical: TCs by priority
|
critical: TCs by priority
|
||||||
|
@ -433,7 +433,7 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase):
|
|||||||
self.errors.verify_no_errors()
|
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
|
@marks.new_ui_critical
|
||||||
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC
|
|||||||
self.errors.verify_no_errors()
|
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
|
@marks.new_ui_critical
|
||||||
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user