Changed tests run

This commit is contained in:
yevh-berdnyk 2022-05-01 01:50:08 +03:00
parent 2bab1325d8
commit afb3b2a0f2
No known key found for this signature in database
GPG Key ID: 0642C73C66214825
8 changed files with 14 additions and 1 deletions

View File

@ -97,7 +97,7 @@ pipeline {
sh 'cp -f $TEST_ETH_ACCOUNTS_FILE users.py'
sh """
python3 -m pytest \
--numprocesses 15 \
--numprocesses 9 \
--rerun_count=2 \
--testrail_report=True \
-m \"${params.TEST_MARKERS}\" \

View File

@ -11,6 +11,7 @@ import pytest
@pytest.mark.xdist_group(name="commands_2")
@marks.critical
@pytest.mark.run1
class TestCommandsMultipleDevicesMerged(MultipleSharedDeviceTestCase):
@classmethod
@ -210,6 +211,7 @@ class TestCommandsMultipleDevicesMerged(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="1_1_chat_2")
@marks.critical
@pytest.mark.run1
class TestOneToOneChatMultipleSharedDevices(MultipleSharedDeviceTestCase):
@classmethod
@ -601,6 +603,7 @@ class TestOneToOneChatMultipleSharedDevices(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="chats_contacts_keycard_2")
@marks.critical
@pytest.mark.run1
class TestContactBlockMigrateKeycardMultipleSharedDevices(MultipleSharedDeviceTestCase):
@classmethod
@ -941,6 +944,7 @@ class TestContactBlockMigrateKeycardMultipleSharedDevices(MultipleSharedDeviceTe
@pytest.mark.xdist_group(name="ens_stickers_mention_2")
@marks.critical
@pytest.mark.run1
class TestEnsStickersMultipleDevicesMerged(MultipleSharedDeviceTestCase):
@classmethod

View File

@ -7,6 +7,7 @@ from views.chat_view import ChatView
@pytest.mark.xdist_group(name="group_chat_3")
@marks.critical
@pytest.mark.run1
class TestGroupChatMultipleDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod

View File

@ -10,6 +10,7 @@ from tests.users import basic_user, transaction_senders
@pytest.mark.xdist_group(name="onboarding_1")
@marks.critical
@pytest.mark.run2
class TestOnboardingOneDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod
@ -224,6 +225,7 @@ class TestOnboardingOneDeviceMerged(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="restore_1")
@marks.critical
@pytest.mark.run2
class TestRestoreOneDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod
def setup_class(cls):

View File

@ -90,6 +90,7 @@ class TestPairingMultipleDevicesMerged(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="sync_2")
@marks.critical
@pytest.mark.run1
class TestPairingSyncMultipleDevicesMerged(MultipleSharedDeviceTestCase):
@classmethod

View File

@ -13,6 +13,7 @@ from selenium.common.exceptions import NoSuchElementException
@pytest.mark.xdist_group(name="public_chat_2")
@marks.critical
@pytest.mark.run2
class TestPublicChatMultipleDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod
@ -224,6 +225,7 @@ class TestPublicChatMultipleDeviceMerged(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="public_chat_browser_1")
@marks.critical
@pytest.mark.run2
class TestPublicChatBrowserOneDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod

View File

@ -11,6 +11,7 @@ from views.sign_in_view import SignInView
@pytest.mark.xdist_group(name="send_tx_1")
@marks.critical
@pytest.mark.run1
class TestSendTxDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod
def setup_class(cls):
@ -266,6 +267,7 @@ class TestSendTxDeviceMerged(MultipleSharedDeviceTestCase):
@pytest.mark.xdist_group(name="keycard_tx_1")
@marks.critical
@pytest.mark.run1
class TestKeycardTxOneDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod
def setup_class(cls):

View File

@ -11,6 +11,7 @@ from support.utilities import get_merged_txs_list
@pytest.mark.xdist_group(name="wallet_management_1")
@marks.critical
@pytest.mark.run1
class TestWalletManagementDeviceMerged(MultipleSharedDeviceTestCase):
@classmethod