mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
8 lines
271 B
Python
8 lines
271 B
Python
|
source(findFile('scripts', 'python/bdd.py'))
|
||
|
|
||
|
setupHooks('../../global_shared/scripts/bdd_hooks.py')
|
||
|
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/')
|
||
|
|
||
|
def main():
|
||
|
testSettings.throwOnFailure = True
|
||
|
runFeatureFile('test.feature')
|