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

8 lines
271 B
Python

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