mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
fa265b5e79
- Created `bdd_hooks` that contain the sing up steps just only once in the feature start and the needed start steps depending on the test case. - Updated feature files removing sign up steps and given/when/then reorganization. - Done some cleanups and reorganization in `communitySteps.py` and `searchSteps.py`. Closes #7955
9 lines
283 B
Python
9 lines
283 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/', '../../suite_messaging/shared/steps/')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|