mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 22:21:45 +03:00
add help and helpUrl to axe report
This commit is contained in:
parent
24853c2407
commit
3a5b763215
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user