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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
{
2
2
"numberOfEndpoints": "Number of endpoints (verb:path) in the API.",
3
-
"numberOfHttpCalls": "Total number of HTTP calls in the generated test suites.",
3
+
"outputHttpCalls": "Total number of HTTP calls contained in all generated test cases - a single test case may include multiple calls (e.g., a POST followed by a GET and then a DELETE).",
4
+
"evaluatedHttpCalls": "Total number of all HTTP calls made during the entire fuzzing session - in long runs, this can reach millions, while the generated tests include only a small subset of these calls.",
5
+
"executionTimeInSeconds": "For how long, in seconds, the tool was running in total.",
4
6
"codeNumberIdentifiers": "Code number identifiers for detected fault types",
5
7
"identifierName": "Identifier name for the fault type.",
6
8
"testFilesLocated": "{numberOfTestCases} test cases are located in {fileName}",
@@ -15,4 +17,4 @@
15
17
"creationDate": "Date when the report was generated.",
16
18
"toolNameVersion": "Name and version of the tool that generated the report.",
17
19
"schemaVersion": "Version of the schema used for the report."
0 commit comments