2022-08-10 10:57:21 +00:00
|
|
|
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
|
2022-08-19 15:23:09 +00:00
|
|
|
setupHooks('../../global_shared/scripts/bdd_hooks.py')
|
|
|
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/', '../../suite_onboarding/shared/steps/')
|
2022-08-10 10:57:21 +00:00
|
|
|
|
|
|
|
def main():
|
|
|
|
testSettings.throwOnFailure = True
|
|
|
|
runFeatureFile('test.feature')
|