mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
3c81a9dcfc
Ticket: https://github.com/status-im/status-desktop/issues/5718 Include Basic chat Scenario
9 lines
254 B
Python
9 lines
254 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps', '../shared/chatSteps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|