You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Document process.env.DEBUG in node integration tests README (#16558)
A new "Debugging Tests" section was added to
`dev-packages/node-integration-tests/README.md`.
This section documents the `DEBUG` environment variable, which enables
verbose logging for the integration test suite.
When `DEBUG=1` is set (e.g., `DEBUG=1 yarn test`), the test runner
provides detailed output, including:
* Test scenario startup information (path, flags, DSN).
* Docker Compose output when tests use `withDockerCompose`.
* Child process stdout and stderr.
* HTTP requests made during tests.
* Process errors and exceptions.
* Line-by-line output from test scenarios.
This addition improves discoverability and understanding of the
debugging capabilities, aiding in troubleshooting failing tests and
analyzing test execution flow.
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
0 commit comments