Verify Network Deduplication
verify_network_deduplicationAsserts that network requests are not duplicated beyond a threshold by grouping them by URL or GraphQL operation name and flagging groups that exceed the maximum allowed duplicates.
Instructions
Assert that requests are not duplicated beyond a threshold. Groups by URL or extracted GraphQL operationName; flags groups exceeding maxDuplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupBy | No | Group events by URL or by extracted GraphQL operationName | operationName |
| matcher | No | ||
| withinMs | No | ||
| sessionId | Yes | Active or completed session ID | |
| afterAction | No | Reference a prior UI action to anchor the time window | |
| filterDomains | No | Optional Proxyman domain filter | |
| maxDuplicates | No | Each unique key may appear at most this many times |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| passed | Yes | ||
| verdict | Yes | ||
| duplicates | Yes |