mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +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
9 lines
256 B
Python
9 lines
256 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/signUpSteps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|