mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
4b70d2f02b
- 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
10 lines
317 B
Python
10 lines
317 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
|
|
setupHooks('../../global_shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/', '../../suite_onboarding/shared/steps/')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|
|
|