Sha256: 760dfa7398cb5b4e652758cc5897b6d1fa9292f489399038a1570a75376c608b

Contents?: true

Size: 1.35 KB

Versions: 5

Compression:

Stored size: 1.35 KB

Contents

table#test-cases.table.table-bordered.table-hover
  tr
    th Test
    - if thread
      th.thread Thread
    th.duration Duration
    th.status Status
    th.command Location
  - test_id = '{{ "full_"+test.id }}'
  tr ng-if="(#{object} && #{object}.length == 0)"
    td colspan="#{ thread ? 5 : 4 }"
      .cell
        | No Examples
  tr ng-class="test.status" ng-repeat="test in #{ object }"
    td title="{{ test.full_description }}"
      .main-info.cell data-toggle="collapse" data-target="##{test_id}"
        strong
          | {{ $index+1 }}.  
        | {{ test.full_description }}
      .detailed-info.collapse id="#{test_id}" ng-if="test.exception"
        span.message
          strong
            | {{ test.exception.message }}
        .backtrace
          p.trace-line class="{{ helpers.isSpecTraceLine(line) ? 'spec' : '' }}" ng-repeat="line in test.exception.backtrace track by $index"
            | {{ line }}
    - if thread
      td.thread title="{{ test.thread_name }}"
        span.cell
          | {{ test.thread_name }}
    td.duration
      span.cell
        | {{ test.run_time |  number:0 }} sec
    td.status
      span.cell
        | {{ test.status }}
    td.command clip-copy="'rspec ' + test.location" title="{{ 'rspec ' + test.location }}"
      input type="text" value="rspec {{ test.location }}" disabled="disabled"
      a.fa.fa-copy.copy-icon

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sw2at-ui-0.0.16 app/views/swat/pages/revisions/partials/_test_cases.slim
sw2at-ui-0.0.15 app/views/swat/pages/revisions/partials/_test_cases.slim
sw2at-ui-0.0.14 app/views/swat/pages/revisions/partials/_test_cases.slim
sw2at-ui-0.0.13 app/views/swat/pages/revisions/partials/_test_cases.slim
sw2at-ui-0.0.12 app/views/swat/pages/revisions/partials/_test_cases.slim