Total Duration: {{ total_duration }} (sec)
Total Cost: {{ total_costs }}
Errors: {{ total_errors }}
Warnings: {{ total_warnings }}
Location test files: {{ specification.metadata.test_path }}
Created: {{ date_created }}
{{ test.description }}
Status | Input File | Error message | Duration | Cost |
---|---|---|---|---|
{{ test_outcome.status | value }} | {{ test_outcome.input_sample.filename }} | {% if test_outcome.error_message %}{{ test_outcome.error_message }}{% else %}-{% endif %} | {{ test_outcome.duration }} | {{ test_outcome.costs.costs }} |
Status | Name | Message |
---|---|---|
{{ message.test_id }} | ${{message.content }} |