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
* Total number of HTTP calls made in all the test cases. A test case could contain several HTTP calls, e.g., a POST followed by a GET and then a DELETE.
108
+
* Total number of HTTP calls made in all the generated test cases given as output. A test case could contain several HTTP calls, e.g., a POST followed by a GET and then a DELETE.
109
+
*/
110
+
outputHttpCalls: number;
111
+
/**
112
+
* Total number of all HTTP calls made during the whole fuzzing session. If the fuzzing was left running for hours, millions of HTTP could have been made. The output generated tests will only contain a tiny subset of these evaluated calls.
105
113
*/
106
-
totalHttpCalls: number;
114
+
evaluatedHttpCalls: number;
107
115
/**
108
116
* Unique ids of all the endpoints in the tested API.
0 commit comments