test(suite_communities): Created new suite_communities
- Created new `suite_communities` where all related communities tests will be migrated to. - `tst_searchFlows` has been moved to new `suite_communities`. - `tst_communityMessageFlows` has been moved to new `suite_communities`. - `tst_communityFlows` has been moved to new `suite_suite_communitiesonboarding`. Tests inside `suite_communities` still contain some broken tests. Closes #7625
This commit is contained in:
parent
9d103e5b07
commit
4b70d2f02b
|
@ -0,0 +1,11 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
from objectmaphelper import *
|
||||
|
||||
from scripts.onboarding_names import *
|
||||
from scripts.login_names import *
|
||||
from scripts.settings_names import *
|
||||
|
||||
from community_names import *
|
||||
from community_portal_names import *
|
||||
from search_names import *
|
|
@ -0,0 +1,6 @@
|
|||
AUT=nim_status_client
|
||||
LANGUAGE=Python
|
||||
OBJECTMAPSTYLE=script
|
||||
TEST_CASES=tst_communityFlows tst_searchFlows tst_communityMessageFlows
|
||||
VERSION=3
|
||||
WRAPPERS=Qt
|
|
@ -2,6 +2,6 @@ AUT=nim_status_client
|
|||
ENVVARS=envvars
|
||||
LANGUAGE=Python
|
||||
OBJECTMAPSTYLE=script
|
||||
TEST_CASES=tst_statusSignUp tst_passwordStrength
|
||||
TEST_CASES=tst_statusSignUp tst_passwordStrength tst_statusLoginPassword
|
||||
VERSION=3
|
||||
WRAPPERS=Qt
|
||||
|
|
|
@ -7,7 +7,4 @@ from scripts.onboarding_names import *
|
|||
from scripts.settings_names import *
|
||||
from scripts.login_names import *
|
||||
|
||||
from sections.community_names import *
|
||||
from sections.community_portal_names import *
|
||||
from sections.search_names import *
|
||||
from sections.wallet_names import *
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
from screens.StatusMainScreen import StatusMainScreen
|
||||
from screens.StatusWalletScreen import StatusWalletScreen
|
||||
from scripts.decorators import verify_screenshot
|
||||
from common.Common import str_to_bool
|
||||
|
|
|
@ -5,6 +5,6 @@ HOOK_SUB_PROCESSES=false
|
|||
IMPLICITAUTSTART=0
|
||||
LANGUAGE=Python
|
||||
OBJECTMAPSTYLE=script
|
||||
TEST_CASES=tst_statusLoginPassword tst_wallet tst_communityFlows tst_transaction tst_settingsMenu tst_userIdentity tst_languageSettings tst_searchFlows tst_communityMessageFlows
|
||||
TEST_CASES=tst_wallet tst_transaction tst_settingsMenu tst_userIdentity tst_languageSettings
|
||||
VERSION=3
|
||||
WRAPPERS=Qt
|
||||
|
|
Loading…
Reference in New Issue