Set up OnchainTestKit tests in your continuous integration pipeline
.github/workflows/e2e-tests.yml
:
Use headless mode in CI
Implement retry logic
Error: connect ECONNREFUSED ::1:{SOME_PORT}
NODE_OPTIONS
environment variable:localhost
resolves to 127.0.0.1
(IPv4) instead of ::1
(IPv6)Flaky tests with high parallelism only in CI/CD workflows