I am working on a test script that runs a series of queries. In order to execute the file, I need specific inputs such as URL and authorization header, which will vary depending on the environment.
How can I prompt the user for these inputs in the command line to run the Karate file?
Background:
- Given url
<url>
- header Authorization =
<token>
Instead of hardcoding the URL and token, I want to dynamically retrieve them from the user.