Karate DSL: Getting connection timeout error
问题 I am working on automating a API which is hosted in China server and when I send a request it throws me timeout exception ( org.apache.http.conn.HttpHostConnectException ). My feature file: Background: * url 'http://myurl' * configure connectTimeout = 500000 Scenario: Get Client details Given path '/clients' And header Authorization = 'sdssSSLwWDSD' When method get Then match response.client_id == 'TestId' Error details: 11:22:30.347 [main] DEBUG org.apache.http.impl.conn