Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 699 Bytes | |
Release 4.0.26 source code.tar.gz | 2025-08-12 | 57.7 MB | |
Release 4.0.26 source code.zip | 2025-08-12 | 58.1 MB | |
Totals: 3 Items | 115.8 MB | 1 |
:rocket: Added
- Support the
const
,additionalItems
,dependencies
,if
,then
,else
,patternProperties
,propertyNames
,contains
, keywords in top-level parameter schemas. - Coverage phase: Generate values for empty schemas.
- Coverage phase: Generate values for
not
keyword andfalse
JSON Schemas.
:bug: Fixed
- Coverage phase: Error 'Path parameter is not defined' if the parameter schema is empty.
- Properly assign the "stateful" phase value in the metadata of test cases generated during the stateful phase.
- False positive
API accepted schema-violating request
caused by passing security-related header via CLI during the stateful phase.