9 lines
244 B
Python
Raw Normal View History

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