Skip to content

Commit dc2bb25

Browse files
committed
Add debug logging instructions to E2E flaky test guide
1 parent 5ea6a2e commit dc2bb25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/flakeguard/e2e-flaky-test-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Below are the some of the GitHub-hosted runners available in our organization:
2929
- **Optimize**: Only spin up what you need.
3030
- **If resources are insufficient**, consider redesigning your tests to run in smaller, independent chunks.
3131
- **If needed**, you can configure CI workflows to use a higher-tier runner, but this comes at an additional cost.
32+
- **Run with debug logs** or Delve debugger. For more details, check out the [CTF Debug Docs.](https://smartcontractkit.github.io/chainlink-testing-framework/framework/components/debug.html)
3233

3334
---
3435

@@ -47,7 +48,7 @@ You’ll be prompted to provide:
4748
- **Test IDs** (e.g., `smoke/forwarders_ocr2_test.go:*,smoke/vrf_test.go:*`)
4849

4950
*Note: Test IDs can be taken from the `e2e-tests.yml` file.*
50-
51+
5152
- **Number of runs** (default: 5)
5253
- **Chainlink version** (default: develop)
5354
- **Branch name** (default: develop)

0 commit comments

Comments
 (0)