Sha256: 8a8e2e1b132957ee54d187b321a39f60ff2aec9d950559361132fc099452f5fd

Contents?: true

Size: 477 Bytes

Versions: 26

Compression:

Stored size: 477 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="fastlane">
  <testsuite name="run">
    <% @steps.each_with_index do |step, index| %>
      <% name = [index, step[:name]].join(": ") %>
      <testcase name=<%= name.encode(:xml => :attr) %> time="<%= step[:time] %>">
        <% if step[:error] %>
          <failure message=<%= step[:error].encode(:xml => :attr).gsub("\n", "&#10;") %> />
        <% end %>
      </testcase>
    <% end %>
  </testsuite>
</testsuites>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
fastlane-1.56.0 lib/assets/report_template.xml.erb
fastlane-1.55.0 lib/assets/report_template.xml.erb
fastlane-1.54.0 lib/assets/report_template.xml.erb
fastlane-1.53.0 lib/assets/report_template.xml.erb
fastlane-1.52.0 lib/assets/report_template.xml.erb
fastlane-1.51.0 lib/assets/report_template.xml.erb
fastlane-1.50.0 lib/assets/report_template.xml.erb
fastlane-1.49.0 lib/assets/report_template.xml.erb
fastlane-1.48.0 lib/assets/report_template.xml.erb
fastlane-1.47.0 lib/assets/report_template.xml.erb
fastlane-1.46.1 lib/assets/report_template.xml.erb
fastlane-1.46.0 lib/assets/report_template.xml.erb
fastlane-1.45.0 lib/assets/report_template.xml.erb
fastlane-1.44.0 lib/assets/report_template.xml.erb
fastlane-1.43.0 lib/assets/report_template.xml.erb
fastlane-1.42.0 lib/assets/report_template.xml.erb
fastlane-1.41.1 lib/assets/report_template.xml.erb
fastlane-1.41.0 lib/assets/report_template.xml.erb
fastlane-1.40.0 lib/assets/report_template.xml.erb
fastlane-1.39.0 lib/assets/report_template.xml.erb