mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
8e96e6879c
Fixes #6533
9 lines
259 B
Python
9 lines
259 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/communitySteps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|