Skip to content

← All questions

Does colorScheme from the env use: block reach a recording, or only the runner?

Asked 88 views0 answers

envs/staging.yaml has:

yaml
use:
  locale: en-US
  timezoneId: America/New_York
  colorScheme: dark

sdods run -l ui respects all three. A recording started with

bash
sdods record -p demo-shop -e staging --name nav-dark -b webkit

comes up in light mode for me, while the locale and the timezone are clearly applied — the dates in the app are New York time and the number formatting is US.

Two questions, and I am not sure which one I am actually asking. Is colorScheme from use: meant to reach the recorder at all, or is that block only read by the runner? And if it is meant to, does it behave differently on webkit than on chromium — I have not tried the same recording on chromium yet, which I realise is the obvious next thing.

Happy to raise it properly if someone can tell me which of those two it is.

asked by Zeynep Arslan64 ·

No answers yet

Nobody has answered this one. If you have hit the same thing and worked it out, that is worth writing down.

Ask a related question

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related