2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-02-16 16:47:24 +00:00
Vladimir Druzhinin 8098775280
test/start multiple app instances added ()
* test/start multiple app instances added  



* test/Tests on switch user state skipped

2023-05-30 12:24:04 +02:00

13 lines
364 B
Python

source(findFile('scripts', 'python/bdd.py'))
setupHooks('bdd_hooks.py')
collectStepDefinitions('./steps', '../shared/steps/', '../../global_shared/steps/')
import configs
def main():
testSettings.throwOnFailure = True
configs.path.TMP.mkdir(parents=True, exist_ok=True)
runFeatureFile('test.feature')
configs.path.TMP.rmtree(ignore_errors=True)