Node.js HTTPS Agent keepAlive: Impact on Integration Test Performance Without Production Credentials
Node.js HTTPS Agent keepAlive in Tests When running integration tests that hit an HTTPS endpoint without using production credentials, the default keepAlive setting on the https.Agent may influence both the number of TLS handshakes and the overall test duration. The Node.js documentation states that keepAlive defaults to false , but the actual behavior can v