add help and helpUrl to axe report

This commit is contained in:
Brian Hicks 2019-07-24 05:42:31 -05:00
parent 24853c2407
commit 3a5b763215

View File

@ -1,5 +1,5 @@
def node: " at \(.target | join(" ")):\n\n \(.failureSummary | gsub("\n"; "\n "))";
def violation: " \(.id): \(.impact) violation with \(.nodes | length) instances.\n\n\(.nodes | map(node) | join("\n\n"))";
def violation: " \(.id): \(.impact) violation with \(.nodes | length) instances.\n\n \(.help) (\(.helpUrl))\n\n\(.nodes | map(node) | join("\n\n"))";
"Tested \(.url) with \(.testEngine.name) \(.testEngine.version) at \(.timestamp)