mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 09:17:29 +00:00
86a06c9ef9
Fixes: #6905
9 lines
231 B
Python
9 lines
231 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|