diff options
| author | Allen Hutchison <[email protected]> | 2025-08-01 14:33:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 21:33:33 +0000 |
| commit | 387706607dfa372f4f0c6fee14286bf4a290b258 (patch) | |
| tree | 353e559b91a6a03809ada72800b1f36d402d4c7c /integration-tests/run-tests.js | |
| parent | dccca91fc944424b032b09d29afb85d225a71dcc (diff) | |
fix(tests): refactor integration tests to be less flaky (#4890)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'integration-tests/run-tests.js')
| -rw-r--r-- | integration-tests/run-tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/run-tests.js b/integration-tests/run-tests.js index 4b4a9a94..05fb349e 100644 --- a/integration-tests/run-tests.js +++ b/integration-tests/run-tests.js @@ -101,6 +101,7 @@ async function main() { KEEP_OUTPUT: keepOutput.toString(), VERBOSE: verbose.toString(), TEST_FILE_NAME: testFileName, + TELEMETRY_LOG_FILE: join(testFileDir, 'telemetry.log'), }, }); |
