github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/setup/index.md (about) 1 --- 2 layout: default 3 title: Setup 4 nav_order: 3 5 has_children: true 6 --- 7 8 # Setup 9 10 There's some small setup work we need to make sure is in place before we run or write any tests. Namely we need to 11 12 * Point to a K8s cluster 13 * Set some config files 14 * Write some test-setup code