mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
b9c569599d
- Created new `suite_wallet` where all related wallet tests will be migrated to. - `tst_wallet` has been moved to new `suite_wallet`. - `tst_transaction` has been moved to new `suite_wallet`. Tests inside `suite_wallet` still contain some broken tests. Closes #7627
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')
|