status-desktop/test/ui-test/testSuites/suite_onboarding/tst_passwordStrength/test.py

8 lines
243 B
Python
Raw Normal View History

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