Arize Phoenix TS
    Preparing search index...
    • 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.

      Parameters

      • env: ProcessEnv = process.env
      • stream: { columns?: number; isTTY?: boolean } = process.stdout

      Returns RenderOptions