9 lines
254 B
Python
9 lines
254 B
Python
|
source(findFile('scripts', 'python/bdd.py'))
|
||
|
|
||
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
||
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/chatSteps')
|
||
|
|
||
|
def main():
|
||
|
testSettings.throwOnFailure = True
|
||
|
runFeatureFile('test.feature')
|