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: docs/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ There are 3 types of options:
68
68
|`addPreDefinedTests`|__Boolean__. Add predefined tests at the end of the search. An example is a test to fetch the schema of RESTful APIs. *Default value*: `true`.|
69
69
|`addTestComments`|__Boolean__. Add summary comments on each test. *Default value*: `true`.|
70
70
|`advancedBlackBoxCoverage`|__Boolean__. Apply more advanced coverage criteria for black-box testing. This can result in larger generated test suites. *Default value*: `true`.|
71
-
|`algorithm`|__Enum__. The algorithm used to generate test cases. The default depends on whether black-box or white-box testing is done. *Valid values*: `DEFAULT, SMARTS, MIO, RANDOM, WTS, MOSA, RW, StandardGA, MonotonicGA, SteadyStateGA`. *Default value*: `DEFAULT`.|
71
+
|`algorithm`|__Enum__. The algorithm used to generate test cases. The default depends on whether black-box or white-box testing is done. *Valid values*: `DEFAULT, SMARTS, MIO, RANDOM, WTS, MOSA, RW, StandardGA, MonotonicGA, SteadyStateGA, LIPS`. *Default value*: `DEFAULT`.|
72
72
|`allowInvalidData`|__Boolean__. When generating data, allow in some cases to use invalid values on purpose. *Default value*: `true`.|
73
73
|`appendToStatisticsFile`|__Boolean__. Whether should add to an existing statistics file, instead of replacing it. *Default value*: `false`.|
74
74
|`archiveAfterMutationFile`|__String__. Specify a path to save archive after each mutation during search, only useful for debugging. *DEBUG option*. *Default value*: `archive.csv`.|
0 commit comments