Consider I am having three scenarios in my feature file. I want an authorization token that I get from an API response in the first scenario to be used in the other scenarios.
I declare the variable in "Background:" section. How to use the variable across scenarios?