We use Axe-core to check accessibility violations during our Playwright tests. At the end of all tests we use this great tool to generate a HTML report. But the issue is that we evaluate accessibility at locations inside our app so it would be really useful to have URL (or its path) shown next to each violation. I could not find a way to add such metadata to each violation. Am I missing something?