Resolve RenderOptions from the environment and output stream.
Verbosity: PHOENIX_TEST_REPORTER=verbose (or the PHOENIX_TEST_VERBOSE=1
alias) restores the full per-test dump; the default is the compact view.
PHOENIX_TEST_REPORTER_MAX_ROWS caps the per-suite rows (default 10).
Color follows the common ecosystem rules: off when NO_COLOR is set, in CI,
on a non-TTY, or a "dumb" terminal; PHOENIX_TEST_COLOR / FORCE_COLOR
force it on or off.
Resolve RenderOptions from the environment and output stream.
Verbosity:
PHOENIX_TEST_REPORTER=verbose(or thePHOENIX_TEST_VERBOSE=1alias) restores the full per-test dump; the default is the compact view.PHOENIX_TEST_REPORTER_MAX_ROWScaps the per-suite rows (default 10).Color follows the common ecosystem rules: off when
NO_COLORis set, in CI, on a non-TTY, or a "dumb" terminal;PHOENIX_TEST_COLOR/FORCE_COLORforce it on or off.