mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
10f34d0610
- Added new test case `tst_passwordStrength` in `suite_onboarding` that uses squish screenshot validation. - Added verification points (mac OS) for some password strength validations, using pixel comparison and some minor percentage of failure / color precision allowed. Closes #7003
8 lines
271 B
Python
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') |