github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/api/checks/summaries/templates/regressed.md (about)

     1  {{ template "_successfully_scraped.md" . }}
     2  
     3  Uh-oh - it looks like there are some newly-failing results when we compared the affected tests
     4  to the latest run against the `master` branch.
     5  
     6  {{ template "_pr_and_master_specs.md" . }}
     7  
     8  ### Regressions
     9  
    10  Test | `master` | `{{ printf "%.7s" .HeadRun.FullRevisionHash }}`
    11  --- | --- | ---
    12  {{ range $test, $results := .Regressions -}}
    13  {{ escapeMD $test }} | {{ $results.PassingBefore }} / {{ $results.TotalBefore }} | {{ $results.PassingAfter }} / {{ $results.TotalAfter }}
    14  {{end}}
    15  {{ if gt .More 0 -}}
    16  And {{ .More }} others...
    17  {{ end }}
    18  
    19  [Visual comparison of the results]({{ .DiffURL }})
    20  
    21  Other links that might be useful:
    22  {{ template "_pr_runs_links.md" . }}
    23  - [`{{ printf "%.7s" .HeadRun.FullRevisionHash }}` vs its merge base]({{ .DiffURL }})
    24  {{- if .MasterDiffURL }}
    25  - [`{{ printf "%.7s" .HeadRun.FullRevisionHash }}` vs latest master]({{ .MasterDiffURL }})
    26  {{- end }}
    27  - [Latest results for `{{ printf "%.7s" .HeadRun.FullRevisionHash }}`]({{.HostURL}}results/?sha={{.HeadRun.Revision}}&label=pr_head)
    28  
    29  {{ template "_file_an_issue.md" . }}