How to display the complete variable value in allure log when case fail #2850
Unanswered
weiguo-nvidia
asked this question in
Questions & Support
Replies: 1 comment 1 reply
-
Could you please provide more details on the issue? What is the Allure log? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if the case fail, the allure log will show the variable value, it can help debug. But if the variable content is large, if only show parts of the value, such as this (There are a lot of ellipsis here).
crm_facts1 = {'acl_group': [{'available count': '891', 'bind point': 'PORT', 'resource name': 'acl_group', 'stage': 'INGRESS', ...}...: 40}, 'ipv4_nexthop': {'available': 186091, 'used': 41}, 'ipv4_route': {'available': 186091, 'used': 6415}, ...}, ...}
How can show the complete variable value?
Beta Was this translation helpful? Give feedback.
All reactions