This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
fix(mitm): use user agent for go connect #803
Annotations
99 errors and 9 warnings
Test node-18, ubuntu-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, ubuntu-latest, latest
Process completed with exit code 2.
|
Test node-20, ubuntu-latest, latest
Process completed with exit code 2.
|
Test node-20, ubuntu-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, ubuntu-latest, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0
Process completed with exit code 2.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-114-0:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-120-0
Process completed with exit code 2.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20.x, ubuntu-latest, chrome-115-0
Process completed with exit code 2.
|
Test node-18, macos-13, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, macos-13, latest
Process completed with exit code 1.
|
Test node-20, macos-13, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, macos-13, latest
Process completed with exit code 1.
|
Test node-18, windows-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-18, windows-latest, latest
Process completed with exit code 1.
|
Test node-20, windows-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L143
Argument of type '{ host: string; port: string; isSsl: boolean; keepAlive: boolean; servername: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm/lib/MitmRequestAgent.ts#L155
Argument of type '{ host: string; port: string; isSsl: boolean; servername: string; keepAlive: boolean; isWebsocket: boolean; keylogPath: string; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm/lib/DnsOverTlsSocket.ts#L67
Argument of type '{ host: string; servername: string; port: string; isSsl: true; keepAlive: true; debug: boolean; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/testing/helpers.ts#L404
Argument of type '{ host: string; port: string; servername: string; isWebsocket: boolean; isSsl: true; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm/test/http2.test.ts#L254
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: boolean; proxyUrl: string; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L67
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L93
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L123
Argument of type '{ host: string; port: string; servername: string; keepAlive: true; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm-socket/test/MitmSocket.test.ts#L162
Argument of type '{ host: string; port: string; servername: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest:
agent/mitm-socket/test/proxy.test.ts#L41
Argument of type '{ host: string; port: string; servername: string; proxyUrl: string; isSsl: true; }' is not assignable to parameter of type 'IHttpSocketConnectOptions'.
|
Test node-20, windows-latest, latest
Process completed with exit code 1.
|
Test node-18, ubuntu-latest, latest
Restore cache failed: Dependencies file is not found in /home/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-20, ubuntu-latest, latest
Restore cache failed: Dependencies file is not found in /home/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-20.x, ubuntu-latest, chrome-114-0
Restore cache failed: Dependencies file is not found in /home/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-20.x, ubuntu-latest, chrome-120-0
Restore cache failed: Dependencies file is not found in /home/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-20.x, ubuntu-latest, chrome-115-0
Restore cache failed: Dependencies file is not found in /home/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-18, macos-13, latest
Restore cache failed: Dependencies file is not found in /Users/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-20, macos-13, latest
Restore cache failed: Dependencies file is not found in /Users/runner/work/unblocked/unblocked. Supported file pattern: go.sum
|
Test node-18, windows-latest, latest
Restore cache failed: Dependencies file is not found in D:\a\unblocked\unblocked. Supported file pattern: go.sum
|
Test node-20, windows-latest, latest
Restore cache failed: Dependencies file is not found in D:\a\unblocked\unblocked. Supported file pattern: go.sum
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-logs-macos-13-18-main
Expired
|
151 Bytes |
|
test-logs-macos-13-20-main
Expired
|
151 Bytes |
|
test-logs-ubuntu-latest-18-main
Expired
|
167 Bytes |
|
test-logs-ubuntu-latest-20-main
Expired
|
167 Bytes |
|
test-logs-ubuntu-latest-20.x-chrome-114-0
Expired
|
167 Bytes |
|
test-logs-ubuntu-latest-20.x-chrome-115-0
Expired
|
167 Bytes |
|
test-logs-ubuntu-latest-20.x-chrome-120-0
Expired
|
167 Bytes |
|
test-logs-windows-latest-18-main
Expired
|
151 Bytes |
|
test-logs-windows-latest-20-main
Expired
|
151 Bytes |
|