Skip to content

Commit acfc736

Browse files
committed
forgot TEMPORAL_TEST_OTEL_OUTPUT
1 parent b691b24 commit acfc736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This document describes the project's testing setup, utilities and best practice
1212
- `CGO_ENABLED`: Set to `0` to disable CGO, which can significantly speed up compilation time.
1313
- `TEMPORAL_TEST_LOG_FORMAT`: Controls the output format for test logs. Available options: `json` or `console`
1414
- `TEMPORAL_TEST_LOG_LEVEL`: Sets the verbosity level for test logging. Available levels: `debug`, `info`, `warn`, `error`, `fatal`
15+
- `TEMPORAL_TEST_OTEL_OUTPUT`: Enables OpenTelemetry (OTEL) output for failed tests to the provided file path.
1516

1617
## Test helpers
1718

0 commit comments

Comments
 (0)