Karate UI - Maintain browser cookies/session/local storage variable value accorss different scnearios
问题 I am testing various components of my website and to test each component there is a pre-requisite that user must be logged in. When user login to website web server creates the cookie in the browser which then allow the user to access those components/pages. Now to test each component, for which I am writing several scenarios, I am writing login code every time in the scenarios because whenever my scenarios starts using the following line @tag Feature: User List I want to use this template