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
When using EvoMaster in black-box mode for REST APIs and generating Python/unittest output, there is currently no way to ignore or relax assertions for dynamic response fields (e.g., traceId, timestamp, id).
This often causes generated tests to fail due to strict value assertions on fields that are always unique or dynamic.
Feature request: Please add an option—either via CLI flag (e.g., --responseFieldsToIgnore) or configuration file—to specify a list of response fields that should be ignored or only checked for presence/type (not value equality) in generated Python tests, similar to the setResponseFieldsToIgnore feature available in the white-box JVM integrations.
This would save manual patching after test generation and greatly improve black-box test maintainability.