Sha256: a8b26a005cfdf9912235d7a204e4741aee4bc23a9dcc14903029b789fbdd6d82

Contents?: true

Size: 668 Bytes

Versions: 1105

Compression:

Stored size: 668 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="fastlane.lanes">
    <%# prefix index with leading zeroes to help alpha-numeric sorting. Note that index starts at 0 %>
    <% log = (@steps.count-1).to_s.length %>
    <% @steps.each_with_index do |step, index| %>
      <% name = [index.to_s.rjust(log, "0"), step[:name]].join(": ") %>
      <testcase classname="fastlane.lanes" 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

1,105 entries across 1,105 versions & 5 rubygems

Version Path
fastlane-2.225.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.224.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.223.1 fastlane/lib/assets/report_template.xml.erb
fastlane-2.223.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.222.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.221.1 fastlane/lib/assets/report_template.xml.erb
fastlane-2.221.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.220.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.219.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.218.0 fastlane/lib/assets/report_template.xml.erb
fastlane-security-patched-2.216.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.217.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.216.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.215.1 fastlane/lib/assets/report_template.xml.erb
fastlane-2.215.0 fastlane/lib/assets/report_template.xml.erb
fastlane-mercafacil-2.214.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.214.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.213.0 fastlane/lib/assets/report_template.xml.erb
fastlane-2.212.2 fastlane/lib/assets/report_template.xml.erb
fastlane_pricing_fix-2.212.1 fastlane/lib/assets/report_template.xml.erb