treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.15k stars 82 forks source link

Correct url included in failed assertions #73

Closed gvdp closed 3 years ago

gvdp commented 3 years ago

While using your great action I noticed that the failed assertions included a link to help pages, but the closing bracket was 'included' in the href in the console output, which means after you click it you get redirected to a wrong url:

image

There might be a very clean way to improve this but I just added a space which also works :-)

alekseykulikov commented 3 years ago

Thank you for the great fix 👍