Sha256: 3054aacf957419e9c443b38a819010678811e2b043f64f0dca18a70d6a8d3bed

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

table#test-cases.table.table-bordered.table-hover
  tr
    th Test
    - if thread
      th Thread
    th.duration Duration
    th.status Status
    th.command Location
  - test_id = '{{ "full_"+test.id }}'
  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 ng-repeat="line in test.exception.backtrace track by $index"
            | {{ line }}
    - if thread
      td.thread
        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

1 entries across 1 versions & 1 rubygems

Version Path
sw2at-ui-0.0.10 app/views/swat/pages/revisions/partials/_test_cases.slim