2019-11-15 19:53:44 +03:00
|
|
|
def node: " at \(.target | join(" ")):\n\n \(.failureSummary | gsub("\n"; "\n "))";
|
|
|
|
def violation: "\(.id): \(.impact) violation with \(.nodes | length) instances.\n\n\(.help) (\(.helpUrl))\n\n\(.nodes | map(node) | join("\n\n"))";
|
2019-07-24 00:55:31 +03:00
|
|
|
|
|
|
|
"Tested \(.url) with \(.testEngine.name) \(.testEngine.version) at \(.timestamp)
|
|
|
|
|
|
|
|
Agent information:
|
|
|
|
|
|
|
|
\(.testEnvironment | to_entries | map("\(.key): \(.value)") | join("\n "))
|
|
|
|
|
2019-07-24 16:40:50 +03:00
|
|
|
Summary: \(.passes | length) passes | \(.violations | map(.nodes | length) | add) violations | \(.incomplete | map(.nodes | length) | add) incomplete | \(.inapplicable | length) inapplicable
|
2019-07-24 00:55:31 +03:00
|
|
|
|
|
|
|
Violations:
|
|
|
|
|
2019-11-15 19:53:44 +03:00
|
|
|
----------
|
|
|
|
|
|
|
|
\(.violations | map(violation) | join("\n\n----------\n\n"))
|
|
|
|
"
|