2022-03-29 08:30:38 +00:00
|
|
|
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
2022-07-07 23:56:21 +00:00
|
|
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/signUpSteps', '../shared/settingsSteps')
|
2022-03-29 08:30:38 +00:00
|
|
|
|
|
|
|
def main():
|
|
|
|
testSettings.throwOnFailure = True
|
|
|
|
runFeatureFile('test.feature')
|