Put the login password straight into projects/demo-shop/envs/staging.yaml so the data-driven login scenarios can pick it up:
vars:
defaultProduct: Sauce Labs Backpack
password: hunter2Every command now refuses to start:
✖ CONFIG_SECRET_LITERAL: Secret literal at "env.vars.password". Use ${VAR} and put the value in .env.<env>.
hint: Replace the value with "${PASSWORD}" and add PASSWORD=... to your .env file.
docs: https://docs.sdods.com/docs/guides/configurationThis is a throwaway demo account. Is there a way to say "yes I meant it"?