Sha256: eb0beaad63fbe60fb2b54fab6ed998ee91d1baded319b6a31860b6a757a1da7a

Contents?: true

Size: 999 Bytes

Versions: 10

Compression:

Stored size: 999 Bytes

Contents

<div class="report_container" id="<%= title_id %>">
  <h2>
    <span class="group_name"><%= title %></span>
    (
      <span class="blue">
        <strong><%= flaky_examples.count %></strong>
      </span> examples
    )
  </h2>

  <a name="<%= title_id %>"></a>

  <div class="report-table--responsive">
    <table class="report-table">
      <thead>
        <tr>
          <th>ID</th>
          <th>Description</th>
          <th>Location</th>
          <th>Result</th>
          <th>Run At</th>
        </tr>
      </thead>

      <tbody>
        <% flaky_examples.each do |example| %>
          <tr>
            <td><%= example[:id] %></td>
            <td><%= example[:description] %></td>
            <td><%= example[:location] %></td>
            <td><strong class="<%= example_result_css_class(example[:result]) %>"><%= example[:result] %></strong></td>
            <td width="8%"><%= example[:last_run] %></td>
          </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rspec-tracer-1.0.0 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.9.3 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.9.2 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.9.1 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.9.0 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.8.0 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.7.0 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.6.2 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.6.1 lib/rspec_tracer/html_reporter/views/flaky_examples.erb
rspec-tracer-0.6.0 lib/rspec_tracer/html_reporter/views/flaky_examples.erb