mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
b2f927b716
Created new `suite_messaging` where all related chat tests will be migrated to. - `tst_ChatFlow` has been moved to new `suite_messaging`. It still contains some broken tests. - `tst_groupChat` has been moved to new `suite_messaging`. It is now working (but it relies on the mailserver so could fail sometimes). - `tst_statusLoginPassword` has been moved to new `suite_onboarding`. - It has been needed to move some object definitions from `chat_names.py` to `global_names.py` since they are shared between different suites. - Some other minor object and steps definitions have been moved to fit with the new structure. Closes #7624
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
AUT=nim_status_client
|
|
LANGUAGE=Python
|
|
OBJECTMAPSTYLE=script
|
|
TEST_CASES=tst_ChatFlow tst_groupChat
|
|
VERSION=3
|
|
WRAPPERS=Qt
|