mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
80bb09cc67
- Added specific `bdd_hooks.py` for `tst_passwordStrength`. - Updated `tst_passwordStrength` screenshots (now taken when input is focused). - Restored `tst_statusLoginPassword` scenarios. - `tst_statusSignUp` will only contain positive signup test case. - Created new test case tst_signUpSeedPhraseNegativeCases`. - Created new test case `tst_signUpNegativeCases` with specific `bdd_hooks.py`. Closes #8013
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
AUT=nim_status_client
|
|
ENVVARS=envvars
|
|
LANGUAGE=Python
|
|
OBJECTMAPSTYLE=script
|
|
TEST_CASES=tst_statusSignUp tst_passwordStrength tst_statusLoginPassword tst_signUpNegativeCases tst_signUpSeedPhraseNegativeCases
|
|
VERSION=3
|
|
WRAPPERS=Qt
|