i have a question regarding to this ticket Using karate-config parameters in a feature file
what is the difference between
KeyId: secretKey,
and
KeyId: '#(secretKey)' ?
is it possible to use apiKey with out assigning to def inside of the message? like
* print "Key in this project is #apiKey"
Thank you