You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-report/src/assets/info.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
"numberOfFaultsPerCode": "Number of faults detected for each code.",
11
11
"distributionOfEndpointsPerCode": "Faulty endpoints per code (Affected/Total Endpoints).",
12
12
"distributionTooltip": "{operationCount} {endpointText} {code} error code out of {totalEndpoints} endpoints.",
13
+
"undeclaredOperationsTooltip": "In addition, {undeclaredCount} operation(s) with this fault are not declared in the API schema, and so are not counted in the endpoint totals.",
14
+
"notInSchema": "Faults were detected on this operation, but it is not declared in the API schema. It is not counted in the endpoint statistics.",
13
15
"generatedTestFiles": "Number of generated test files.",
14
16
"generatedTestCases": "Number of generated test cases.",
15
17
"totalFaults": "Total number of faults detected in the API.",
0 commit comments