Configuration

Environment variables

NameDescriptionPossible valuesDefaultRequired?
TESTCONTAINERS_RYUK_DISABLEDTestcontainers-Go reaper container, removes all the containers after the test exittrue, falsefalse🚫
CTF_CONFIGSPath(s) to test config files.
Can be more than one, ex.: smoke.toml,smoke_1.toml,smoke_2.toml.
First filepath will hold all the merged values
Any valid TOML file path-✅
CTF_LOG_LEVELHarness log levelinfo, debug, traceinfo🚫
CTF_PROMTAIL_DEBUGSet true if you are integrating with remote Loki push API to debug Promtailtrue, falsefalse🚫
CTF_IGNORE_CRITICAL_LOGSIgnore all logs that has CRIT,FATAL or PANIC levels (Chainlink nodes only!)true, falsefalse🚫
CTF_CHAINLINK_IMAGEFlag to override Chainlink Docker image in format $repository:$tag$repository:$tag-🚫
CTF_JD_IMAGEJob distributor service image in format $repository:$tag$repository:$tag-🚫
CTF_CLNODE_DLVUse debug entrypoint to allow Delve debugger connection, works only with "plugins" image of CL nodetrue, falsefalse🚫
LOKI_URLURL to Loki push api, should be like${host}/loki/api/v1/pushURLhttp://host.docker.internal:3030/loki/api/v1/push🚫
LOKI_TENANT_IDStreams all components logs to Loki, see params belowstringpromtail🚫
LOKI_BASIC_AUTHBasic auth in format $user:$password$user:$password-🚫
RESTY_DEBUGLog all Resty client HTTP callstrue, falsefalse🚫