1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# serializer version: 1
# name: test_list_accounts_no_prompt
'''
Type ID
--------- ------------
MYRENAULT account-id-1
SFDC account-id-2
'''
# ---
# name: test_list_accounts_prompt
'''
Please select a locale [fr_CA]: fr_FR
Do you want to save the locale to the credential store? [y/N]: N
User: test@example.com
Password:
Type ID
--------- ------------
MYRENAULT account-id-1
SFDC account-id-2
'''
# ---
# name: test_login_no_prompt
''
# ---
# name: test_login_prompt
'''
User: test@example.com
Password:
Please select a locale [fr_CA]: fr_FR
Do you want to save the locale to the credential store? [y/N]: y
'''
# ---
|