mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
ac89fc770b
- Created new test case `tst_signUpAndQuit`. - Renamed `tst_settingsMenu` to `tst_mainSettingsSection`. - Created specific `bdd_hooks.py` for test case `tst_mainSettingsSection` and `tst_userIdentity`. Closes #8011
9 lines
284 B
Python
9 lines
284 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/', '../../suite_onboarding/shared/steps/')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|