Sha256: 0443af638b94025ee6b7c5ec09641d057f62ab08b6933ac86a006364c17b9df6

Contents?: true

Size: 1.53 KB

Versions: 6

Compression:

Stored size: 1.53 KB

Contents

#revision-info
  h1.revision
    span.revision-name
      | {{ revision.data.name || revision.data.time }}
    span.revision-status ng-class="revision.data.status.name"
      | {{  '   '+revision.data.status.label  }}
    span.loader ng-class="{ true: 'invisible' }[(revisionPromise && revisionPromise.$resolved)]"
    .controls
      button.btn.revisions ui-sref="revisions"
        | Go to Revisions
      button.btn.reload ng-click="reloadData()"
        | Refresh

  div
    tabset
      tab ng-repeat="tab in tabs"
        tab-heading
          span.label.status title=" {{ tab.thread.status.label }}" ng-class="tab.thread.status.name"
            | {{ tab.thread.thread_name }}
          span.label.total-examples
            | {{ tab.thread.tests.length }} / {{ tab.thread.total_runned }}
        table#test-cases.table.table-bordered.table-hover
          tr
            th Test
            th.duration Duration
            th.status Status
            th.command Location
          tr ng-class="test.status" ng-repeat="test in tab.thread.tests"
            td title="{{ test.full_description }}"
              strong
                | {{ $index+1 }}.  
              | {{ test.full_description }}
            td.duration
              | {{ test.run_time |  number:0 }} sec
            td.status
              | {{ 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

6 entries across 6 versions & 1 rubygems

Version Path
sw2at-ui-0.0.6 app/views/swat/pages/revisions/show.slim
sw2at-ui-0.0.5 app/views/swat/pages/revisions/show.slim
sw2at-ui-0.0.4 app/views/swat/pages/revisions/show.slim
sw2at-ui-0.0.3 app/views/swat/pages/revisions/show.slim
sw2at-ui-0.0.2 app/views/swat/pages/revisions/show.slim
sw2at-ui-0.0.1 app/views/swat/pages/revisions/show.slim