status-desktop/test/ui-test/testSuites/suite_communities/tst_searchFlows/test.py

10 lines
288 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')