
autobahntestsuite.templates.wamp_details.html Maven / Gradle / Ivy
Show all versions of autobahntestsuite-maven-plugin Show documentation
# set static_img_dir = "http://autobahn.ws/static/img"
# set status="ok" if outcome else "failed"
{{agent}} -
{{test_name}}
:
{{outcome}}
Description
{{description}}
Expectation
TBD
Outcome
Expected:
# for session_key in expected.keys()|sort:
* Session {{session_key}}:
# if expected[session_key]:
# for val in expected[session_key]:
- {{val}}
# endfor
# else:
- no response
# endif
# endfor
Observed:
# for session_key in expected.keys()|sort:
* Session {{session_key}}:
# if expected[session_key]:
# for val in expected[session_key]:
- {{val}}
# endfor
# else:
- no response
# endif
# endfor