2022-08-22 11:35:58 +00:00
|
|
|
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
|
2022-11-17 14:06:36 +00:00
|
|
|
setupHooks('bdd_hooks.py')
|
2022-08-22 11:35:58 +00:00
|
|
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/')
|
|
|
|
|
|
|
|
def main():
|
|
|
|
testSettings.throwOnFailure = True
|
|
|
|
runFeatureFile('test.feature')
|