mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
7b4802db83
- Created new test case with basic create group chat scenario. - Added specific data folder for `tst_groupChat`. - Removed deprecated data folder. - Added dynamic login (depending on the account). - Added global account information in `suite_status/data` folder. - Added new group chat validations, title, history texts, members added and send chat message. - Replaced some ids by objectNames. - Some improvements in `names.py`. - Onboarding objects refactor. Fixes #6444
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
AUT=nim_status_client
|
|
ENVVARS=envvars
|
|
HOOK_SUB_PROCESSES=false
|
|
IMPLICITAUTSTART=0
|
|
LANGUAGE=Python
|
|
OBJECTMAPSTYLE=script
|
|
TEST_CASES=tst_statusLoginPassword tst_basicChatFlow tst_wallet tst_communityFlows tst_groupChat
|
|
VERSION=3
|
|
WRAPPERS=Qt
|