desktop_windows
Tests
{{ stat.successes }} test(s) passed
{{ stat.errors }} test(s) failed, {{ stat.skipped }} test(s) skipped
Suites
suite(s) failed
Suites
    {% for test_suite_summary in details %} {% if test_suite_summary.success == true %}
  • {% else %}
  • {% endif %}
    {{ test_suite_summary.name }} {{ test_suite_summary.base_url }} {% if test_suite_summary.success == true %} pass {% else %} fail {% endif %}
    {{ test_suite_summary.time.start_at }} {{ '%0.3f'| format(test_suite_summary.time.duration|float) }} seconds
    Pass: {{ test_suite_summary.stat.successes }} ; Fail: {{ test_suite_summary.stat.errors }} ; Skip: {{ test_suite_summary.stat.skipped }} ; Error: {{ test_suite_summary.stat.failures }}
    {{ test_suite_summary.name }} {{ test_suite_summary.base_url }}
      {% for record in test_suite_summary.records %} {% if record.status == 'success' %}
    • {% elif record.status == 'error' %}
    • {% elif record.status == 'skipped' %}
    • {% endfor %}
    {% endfor %}
info_outline check_circle cancel cancel error warning redo clear
Categories
  • All Suites {{ stat.successes }} {% if stat.errors != 0 %} {{ stat.errors }} {% endif %} {% if stat.skipped != 0 %} {{ stat.skipped }} {% endif %}
    Passed: {{ stat.successes }} Failed: {{ stat.errors }} Skipped: {{ stat.skipped }}
    {% for test_suite_summary in details %} {% if test_suite_summary.success == true %} {% else %} {% endif %} {% for record in test_suite_summary.records %} {% if record.status == 'success' %} {% else %} {% endif %} {% endfor %} {% endfor %}
    Timestamp TestName Status
    {{ test_suite_summary.time.start_at }} {{ test_suite_summary.name }}passfail
    {{ record.meta_data.request.start_timestamp }} {{ record.name }}passfail
  • {% for test_suite_summary in details %}
  • {{ test_suite_summary.name }} {{ test_suite_summary.stat.successes }} {% if test_suite_summary.stat.errors != 0 %} {{ test_suite_summary.stat.errors }} {% endif %} {% if test_suite_summary.stat.skipped != 0 %} {{ test_suite_summary.stat.skipped }} {% endif %}
    Passed: {{ test_suite_summary.stat.successes }} Failed: {{ test_suite_summary.stat.errors }} Skipped: {{ test_suite_summary.stat.skipped }}
    {% for record in test_suite_summary.records %} {% if record.status == 'success' %} {% else %} {% endif %} {% endfor %}
    Timestamp TestName Status
    {{ record.meta_data.request.start_timestamp }} {{ record.name }}passfail
  • {% endfor %}
Dashboard
Pass
{{ stat.successes }}
Fail
{{ stat.errors }}
Skip
{{ stat.skipped }}
Start
{{ time.start_datetime }}
Time Taken
{{ '%0.3f'| format(time.duration|float) }} seconds
Categories

 

{% for test_suite_summary in details %} {% endfor %}
Name Passed Failed Skipped Error
All Suites {{ stat.successes }} {{ stat.errors }} {{ stat.skipped }} {{ stat.failures }}
{{ test_suite_summary.name }} {{ test_suite_summary.stat.successes }} {{ test_suite_summary.stat.errors }} {{ test_suite_summary.stat.skipped }} {{ test_suite_summary.stat.failures }}