Commit 65310d5
chore: Document
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>process.env.DEBUG in node integration tests README (#16558)1 parent ba3728d commit 65310d5
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments