These tests can connect to any cluster create with chainlink-cluster
Create your cluster, if you already have one just use kubefwd
kubectl create ns cl-cluster
devspace use namespace cl-cluster
devspace deploy
sudo kubefwd svc -n cl-cluster
Change environment connection configuration here
If you haven't changed anything in devspace.yaml then default connection configuration will work
export LOKI_TOKEN=...
export LOKI_URL=...
go test -v -run TestOCRLoad
go test -v -run TestOCRVolume
Check test configuration here