I am trying to print karate configuration settings(like readTimeout, connectTimeout etc.) in a test. Below is the sample request and I am configuring readTimeout and would like to print the same. Can someone please help me with this. Thanks in advance
Given url 'http://dummy.restapiexample.com'
And path 'api/v1/employees'
* configure readTimeout = 100000
* print readTimeout //nothing printed
When method GET
Then status 200
And print response