@allurereport/web-classic
Version:
The static files for Allure Classic Report
129 lines (128 loc) • 3.47 kB
JSON
{
"statuses": {
"passed": "passed",
"failed": "failed",
"broken": "broken",
"skipped": "skipped",
"unknown": "unknown",
"total": "total",
"flakyTests": "flaky",
"newTests": "new",
"retryTests": "retry"
},
"testSummary": {
"all": "All Test",
"flaky": "Flaky test",
"retry": "Retry test",
"new": "New test"
},
"tabs": {
"total": "All"
},
"search": {
"search": "Search",
"search-placeholder": "Name or ID"
},
"filters": {
"more-filters": "More filters",
"enable-filter": "params('Enable \"{filter}\" filter')",
"flaky": "Flaky",
"retry": "Retry",
"new": "New"
},
"sort-by": {
"sort-by-text": "Sort by:",
"sort-by-category": "Sort by",
"direction-category": "Direction"
},
"sort-by.values": {
"order": "Order",
"alphabet": "Alphabet",
"duration": "Duration",
"status": "Status"
},
"sort-by.directions": {
"order-desc": "Latest – Earliest",
"order-asc": "Earliest – Latest",
"order-asc-short": "Earliest",
"order-desc-short": "Latest",
"alphabet-asc": "A – Z",
"alphabet-desc": "Z – A",
"alphabet-asc-short": "A – Z",
"alphabet-desc-short": "Z – A",
"duration-asc": "1 – 9",
"duration-desc": "9 – 1",
"duration-asc-short": "1 – 9",
"duration-desc-short": "9 – 1",
"status-asc": "As in the filter list",
"status-desc": "Reversed",
"status-asc-short": "Regular",
"status-desc-short": "Reversed"
},
"empty": {
"no-results": "No results",
"no-tests-found": "No results found",
"no-message-provided": "No message is provided",
"clear-filters": "Clear filters",
"no-attachments-results": "No attachments information available",
"no-history-results": "No history information available",
"no-retries-results": "No retries information available"
},
"severity": {
"blocker": "blocker",
"critical": "critical",
"normal": "normal",
"minor": "minor",
"trivial": "trivial"
},
"execution": {
"name": "Execution",
"body": "Test body",
"setup": "Set up",
"teardown": "Tear down"
},
"ui": {
"labels": "Labels",
"metadata": "Metadata",
"parameters": "Parameters",
"description": "Description",
"links": "Links",
"overview": "Overview",
"history": "History",
"attachments": "Attachments",
"retries": "Retries",
"error": "Error",
"goToStep": "Go to step",
"showLess": "Show less",
"showMore": "Show more",
"copy": "Copy",
"at": "at"
},
"controls": {
"newTabAttachment": "Open attachment in new tab",
"nextTR": "Next Test result",
"prevTR": "Previous Test result",
"downloadAttachment": "Download attachment",
"backto": "Back to",
"clipboard": "Copy to clipboard",
"clipboardError": "Can not copy value to clipboard. Seems like this feature is not supported for your browser",
"clipboardSuccess": "Successfully copied",
"collapse": "Collapse",
"expand": "Expand",
"fullscreen": "Full screen",
"language": "Change language",
"openInNewTab": "Open in new tab"
},
"errors": {
"missedAttachment": "Attachment not found"
},
"nav": {
"overview": "Overview",
"behaviors": "Behaviors",
"categories": "Categories",
"graphs": "Graphs",
"packages": "Packages",
"suites": "Suites",
"timeline": "Timeline"
}
}