mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
728aa00c3c
- Reviewed `suite_messaging/tst_ChatFlow` feature: Cleanup of duplicated steps and separation of action / validation applied. - Reviewed `suite_messaging/tst_groupChat` feature. - Added new tag to `Jenkins` file: `relyon-mailserver`. - Added new `StartupSteps` class to manage init / startup static methods outside bdd steps. It can be used as a util in `hooks` and `steps`. Closes #7931
8 lines
283 B
Python
8 lines
283 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') |