{{ testcase.summary }} History
Text Version | Modified Date | Changed By |
---|---|---|
{{ text.case_text_version }} | {{ text.create_date }} | {{ text.author__email }} |
{% for text in text_to_show %}
SETUP:
{{ text.setup|markdown2html }}
ACTION:
{{ text.action|markdown2html }}
EXPECTED RESULT:
{{ text.effect|markdown2html }}
BREAKDOWN:
{{ text.breakdown|markdown2html }}
{% endfor %}
|