mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
3bdba429e3
https://github.com/status-im/status-desktop/issues/6274 https://github.com/status-im/status-desktop/issues/6275 https://github.com/status-im/status-desktop/issues/6276 Login for 12, 18 and 24 seed Phrase
9 lines
283 B
Python
9 lines
283 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/signUpSteps', '../shared/settingsSteps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|