We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1e31d commit 55bacdcCopy full SHA for 55bacdc
templates/comment.md
@@ -3,7 +3,7 @@ Automatically triggered by [WebPageTest](https://www.webpagetest.org)'s GitHub A
3
4
<% tests.forEach((test) => { %>
5
## Page Tested:<%- test.url %>
6
-**Full test results: <%- test.testLink %>/**
+**Full test results: <%- test.testLink %>**
7
8
| <% test.metrics.forEach((metric) => { %><%- metric.name %> | <% }); %>
9
| <% test.metrics.forEach((metric) => { %>--- | <% }); %>
0 commit comments