Tests Detail: {{ testsDetail.key }}

  • Tests by Prefix: {{ testsDetail.key }}
  • Details for {{ testsDetail.key }}

    Showing {{ testsDetail.offset + 1 }} - {{ testsDetail.offset + testsDetail.tests.length }} of {{ testsDetail.max }} tests of at least {{ testsDetail.max }} tests
    Test ID Passes Failures % Failures Avg. Runtime (secs.)
    {{test.test_id}} {{ test.success | number }} {{ test.failure | number }} {{ test.failureAverage * 100 | number: 2 }}% {{ test.run_time | number: 2 }}