mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 17:16:26 +00:00
4b17c25a25
- Created new `suite_settings` where all related settings tests will be migrated to. - `tst_languageSettings` has been moved to new `suite_settings`. - `tst_settingsMenu` has been moved to new `suite_settings`. - `tst_userIdentity` has been moved to new `suite_settings`. Tests inside `suite_settings` still contain some broken tests. Closes #7626
9 lines
312 B
Python
9 lines
312 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')
|