2022-07-22 09:20:55 +02:00

9 lines
255 B
Python

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