Add a statement that allows to set environment variables on a per-scenario-basis.
With this feature you can control some of your app's behaviour to allow testing variants without changing productive code, e.g. you could provide a CLIENT_ID to control which mock data is returned at runtime.
Add a statement that allows to set environment variables on a per-scenario-basis.
With this feature you can control some of your app's behaviour to allow testing variants without changing productive code, e.g. you could provide a CLIENT_ID to control which mock data is returned at runtime.