status-desktop/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.py

9 lines
254 B
Python

source(findFile('scripts', 'python/bdd.py'))
setupHooks('../shared/scripts/bdd_hooks.py')
collectStepDefinitions('./steps', '../shared/steps', '../shared/chatSteps')
def main():
testSettings.throwOnFailure = True
runFeatureFile('test.feature')