mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 00:42:29 +03:00
28d36c6f64
This reverts commit4373c78d82
, reversing changes made to6b78075f02
.
18 lines
701 B
Plaintext
18 lines
701 B
Plaintext
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"))";
|
|
|
|
"Tested \(.url) with \(.testEngine.name) \(.testEngine.version) at \(.timestamp)
|
|
|
|
Agent information:
|
|
|
|
\(.testEnvironment | to_entries | map("\(.key): \(.value)") | join("\n "))
|
|
|
|
Summary: \(.passes | length) passes | \(.violations | map(.nodes | length) | add) violations | \(.incomplete | map(.nodes | length) | add) incomplete | \(.inapplicable | length) inapplicable
|
|
|
|
Violations:
|
|
|
|
----------
|
|
|
|
\(.violations | map(violation) | join("\n\n----------\n\n"))
|
|
"
|