UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

228 lines (227 loc) 7.56 kB
{ "statuses": { "passed": "Passed", "failed": "Failed", "broken": "Broken", "skipped": "Skipped", "unknown": "Unknown", "total": "Total" }, "empty": { "no-results": "No results", "no-history-results": "No history information available" }, "severity": { "blocker": "Blocker", "critical": "Critical", "normal": "Normal", "minor": "Minor", "trivial": "Trivial" }, "environments": { "environment_one": "Environment", "environment_other": "Environments", "all": "All" }, "charts": { "trend": { "title": "Trend Chart: {{type}}", "type": { "status": "Status", "severity": "Severity" } }, "currentStatus": { "title": "Current Status", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "percentage": "{{percentage}}%", "of": "of {{total}}", "total": "{{total}}", "tests": { "new_zero": "No new tests", "new_one": "{{count}} new test", "new_other": "{{count}} new tests", "flaky_zero": "No flaky tests", "flaky_one": "{{count}} flaky test", "flaky_other": "{{count}} flaky tests", "retries_zero": "No retried tests", "retries_one": "{{count}} retried test", "retries_other": "{{count}} retried tests" } }, "statusDynamics": { "title": "Status dynamics", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "Latest report ({{timestamp, timestamp_long_no_seconds}})", "history": "Report from {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "Latest", "history": "{{timestamp, timestamp_date}}" } }, "statusTransitions": { "title": "Status transitions", "legend": { "trend": "Fix rate" }, "transitions": { "new": "$t(transitions:new, capitalize)", "fixed": "$t(transitions:fixed, capitalize)", "regressed": "$t(transitions:regressed, capitalize)", "malfunctioned": "$t(transitions:malfunctioned, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "Latest report ({{timestamp, timestamp_long_no_seconds}})", "history": "Report from {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "Latest", "history": "{{timestamp, timestamp_date}}" } }, "durations": { "title": "Durations by {{groupBy}} histogram", "title_none": "Durations histogram", "no-results": "$t(empty:no-results)", "groupBy": { "none": "None", "layer": "Layer" }, "ticks": { "durationRange": "{{from, format_duration}} - {{to, format_duration}}" }, "tooltips": { "durationRange": "{{from, format_duration}} - {{to, format_duration}}" }, "legend": { "value": "{{value}}", "total": "Tests count" } }, "stabilityDistribution": { "title": "Stability distribution", "no-results": "$t(empty:no-results)", "legend": { "stabilityRate": "Stability rate" } }, "testBaseGrowthDynamics": { "title": "Test base growth dynamics", "status": { "newpassed": "New $t(statuses:passed)", "newfailed": "New $t(statuses:failed)", "newbroken": "New $t(statuses:broken)", "newskipped": "New $t(statuses:skipped)", "newunknown": "New $t(statuses:unknown)", "removedpassed": "Removed $t(statuses:passed)", "removedfailed": "Removed $t(statuses:failed)", "removedbroken": "Removed $t(statuses:broken)", "removedskipped": "Removed $t(statuses:skipped)", "removedunknown": "Removed $t(statuses:unknown)" }, "legend": { "trend": "Growth trend" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "Latest report ({{timestamp, timestamp_long_no_seconds}})", "history": "Report from {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "Latest", "history": "{{timestamp, timestamp_date}}" } }, "statusAgePyramid": { "title": "Status age pyramid", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "Latest report ({{timestamp, timestamp_long_no_seconds}})", "history": "Report from {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "Latest", "history": "{{timestamp, timestamp_date}}" } }, "trSeverities": { "title": "Test results by severities", "no-results": "$t(empty:no-results)", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "severity": { "blocker": "$t(severity:blocker, capitalize)", "critical": "$t(severity:critical, capitalize)", "normal": "$t(severity:normal, capitalize)", "minor": "$t(severity:minor, capitalize)", "trivial": "$t(severity:trivial, capitalize)", "unset": "No severity" } }, "durationDynamics": { "title": "Duration dynamics", "durations": { "sequential": "Sequential duration", "duration": "Test duration", "speedup": "Speedup" }, "no-results": "$t(empty:no-results)", "tooltips": { "current": "Latest report ({{timestamp, timestamp_long_no_seconds}})", "history": "Report from {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "Latest", "history": "{{timestamp, timestamp_date}}" }, "legend": { "duration": "{{duration, format_duration}}", "speedup": "{{speedup}}x" } } }, "transitions": { "description": { "new": "The first occurrence of this test result in the report", "fixed": "A previously \"failed\" or \"broken\" test that is now \"passed\"", "regressed": "A previously \"passed\" or \"broken\" test that is now \"failed\"", "malfunctioned": "A previously \"passed\" or \"failed\" test that is now \"broken\"" }, "new": "new", "fixed": "fixed", "regressed": "regressed", "malfunctioned": "malfunctioned" } }