This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
feat(agent): add request/response body intercept (#71) #412
Annotations
2 errors
agent/main/test/navigation.test.ts#L576
expect(received).toHaveLength(expected)
Expected length: 5
Received length: 4
Received array: [{"browserRequestId": "E851B8282EC48346C33351BC74884226", "documentNavigationId": null, "finalUrl": "http://localhost:49642/popup-redirect2", "frameId": 2, "id": 2, "initiatedTime": 1691589960336, "loaderId": "E851B8282EC48346C33351BC74884226", "navigationReason": "newFrame", "requestedUrl": "http://localhost:49642/popup-redirect", "resourceIdResolvable": {"isResolved": false, "resolved": undefined}, "startCommandId": 3, "statusChanges": Map {"HttpRequested" => 1691589960337, "HttpRedirected" => 1691589960337}, "tabId": 2}, {"browserRequestId": "E851B8282EC48346C33351BC74884226", "documentNavigationId": null, "finalUrl": "http://localhost:49642/popup-redirect3", "frameId": 2, "id": 3, "initiatedTime": 1691589960337, "loaderId": "E851B8282EC48346C33351BC74884226", "navigationReason": "newFrame", "requestedUrl": "http://localhost:49642/popup-redirect2", "resourceIdResolvable": {"isResolved": false, "resolved": undefined}, "startCommandId": 3, "statusChanges": Map {"HttpRequested" => 1691589960338, "HttpRedirected" => 1691589960338}, "tabId": 2}, {"browserRequestId": "E851B8282EC48346C33351BC74884226", "documentNavigationId": null, "finalUrl": "http://localhost:49642/popup-redirect3", "frameId": 2, "id": 4, "initiatedTime": 1691589960339, "loaderId": "E851B8282EC48346C33351BC74884226", "navigationReason": "newFrame", "requestedUrl": "http://localhost:49642/popup-redirect3", "resourceId": 164, "resourceIdResolvable": {"isResolved": true, "resolved": 164}, "startCommandId": 3, "statusChanges": Map {"HttpRequested" => 1691589960339, "HttpResponded" => 1691589960310.725, "AllContentLoaded" => 1691589960352.977, "DomContentLoaded" => 1691589960353.188, "JavascriptReady" => 1691589960368, "ContentPaint" => 1691589960368}, "tabId": 2}, {"browserRequestId": "C8FF6618024B2DBA8F0C3188BDD95CCC", "documentNavigationId": null, "finalUrl": "http://localhost:49642/popup-done", "frameId": 2, "id": 5, "initiatedTime": 1691589960375, "loaderId": "C8FF6618024B2DBA8F0C3188BDD95CCC", "navigationReason": "scriptInitiated", "requestedUrl": "http://localhost:49642/popup-done", "resourceId": 165, "resourceIdResolvable": {"isResolved": true, "resolved": 165}, "startCommandId": 5, "statusChanges": Map {"HttpRequested" => 1691589960375, "HttpResponded" => 1691589960372.769, "AllContentLoaded" => 1691589960381.773, "DomContentLoaded" => 1691589960382.102}, "tabId": 2}]
at Object.<anonymous> (../agent/main/test/navigation.test.ts:576:21)
|
|
The logs for this run have expired and are no longer available.
Loading