I have a test script which execute some set of queries, to execute the file, inputs like url and auth header are needed which will differ for each environment
So, I need to get those inputs from user, how to get these inputs as part of command to execute the karate file.
Background:
- Given url
<url>
- header Authorization =
<token>
Instead of hardcoding the url and token, this has to be get from user