status-desktop/test/ui-test/testSuites/suite_status/tst_statusLoginPassword/test.py

9 lines
280 B
Python

source(findFile('scripts', 'python/bdd.py'))
setupHooks('../shared/scripts/bdd_hooks.py')
collectStepDefinitions('./steps', '../shared/steps', '../shared/loginSteps', '../shared/signUpSteps')
def main():
testSettings.throwOnFailure = True
runFeatureFile('test.feature')