Select a language Username Remember me?
Username Remember me?
Here above, you see karate.log(), karate.env and karate.configure() being used. Note that the karate-config.js is re-invoked for every Scenario and in rare cases, you may want to initialize (e.g. auth tokens) only once for all of your tests. This can be achieved using karate.call...
Here above, you see karate.log(), karate.env and karate.configure() being used. Note that the karate-config.js is re-invoked for every Scenario and in rare cases, you may want to initialize (e.g. auth tokens) only once for all of your tests. This can be achieved using karate.call...