The local testing documentation describes setting environment variables to use file system output, but this doesn't work as documented.
Current documentation: Instructs users to set environment variables for file system output during local testing
Actual behavior: Test runner source code shows it only uses InMemoryExecutionStore() by default and doesn't respect the documented environment variables
Action needed:
Option 1: Update documentation to reflect actual test runner behavior
Option 2: Update test runner to support the documented environment variable configuration
Affected file: docs/advanced/testing-modes.md section on local testing
The local testing documentation describes setting environment variables to use file system output, but this doesn't work as documented.
Current documentation: Instructs users to set environment variables for file system output during local testing
Actual behavior: Test runner source code shows it only uses
InMemoryExecutionStore()by default and doesn't respect the documented environment variablesAction needed:
Option 1: Update documentation to reflect actual test runner behavior
Option 2: Update test runner to support the documented environment variable configuration
Affected file:
docs/advanced/testing-modes.mdsection on local testing