Tracing is enabled by default. It can be disabled globally by setting
PHOENIX_TEST_TRACKING=false, or per suite via SuiteConfig.dryRun.
The global disable is sticky for the lifetime of the process: once the flag
is seen falsy — at load time or on any later call — tracking stays off for
every suite. This keeps offline mode deterministic regardless of which
suites are included in a run, or the order they execute in.
Decide whether tests should sync to Phoenix.
Tracing is enabled by default. It can be disabled globally by setting
PHOENIX_TEST_TRACKING=false, or per suite viaSuiteConfig.dryRun.The global disable is sticky for the lifetime of the process: once the flag is seen falsy — at load time or on any later call — tracking stays off for every suite. This keeps offline mode deterministic regardless of which suites are included in a run, or the order they execute in.