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