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

9 lines
231 B
Python
Raw Normal View History

2022-07-21 12:15:02 +00:00
source(findFile('scripts', 'python/bdd.py'))
setupHooks('../shared/scripts/bdd_hooks.py')
collectStepDefinitions('./steps', '../shared/steps')
def main():
testSettings.throwOnFailure = True
runFeatureFile('test.feature')