File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137# Vite logs files
138138vite.config.js.timestamp- *
139139vite.config.ts.timestamp- *
140+ functions /opencode-headless /_calvincode_build
Original file line number Diff line number Diff line change @@ -52,16 +52,25 @@ docker-push-send-email-link:
5252# Run All Tests inside K8s (Centralized Runner)
5353test-k8s-all :
5454 @echo " Running all K8s tests via centralized KubernetesJS runner..."
55- npx ts-node scripts/test-runner.ts
55+ pnpm exec ts-node scripts/test-runner.ts
5656
5757build-test-runner :
5858 @echo " Building Shared Test Runner Image..."
59- docker build -f functions/_runtimes/node/Dockerfile.test -t constructive/function-test-runner:v2 .
60- $(KIND_BIN ) load docker-image constructive/function-test-runner:v2 --name interweb-local
59+ docker build -f functions/_runtimes/node/Dockerfile.test -t constructive/function-test-runner:v4 .
60+ $(KIND_BIN ) load docker-image constructive/function-test-runner:v4 --name interweb-local
6161
6262# Individual Test Shortcuts
6363test-calvin :
64- pnpm --filter @constructive-io/ llm-internal-calvin-fn test
64+ pnpm exec ts-node scripts/test-runner.ts --function llm-internal-calvin
6565
6666test-opencode-headless :
67- pnpm --filter @constructive-io/opencode-headless-fn test
67+ pnpm exec ts-node scripts/test-runner.ts --function opencode-headless
68+
69+ test-twilio :
70+ pnpm exec ts-node scripts/test-runner.ts --function twilio-sms
71+
72+ test-llm-external :
73+ pnpm exec ts-node scripts/test-runner.ts --function llm-external
74+
75+ test-email :
76+ pnpm exec ts-node scripts/test-runner.ts --function send-email-link
You can’t perform that action at this time.
0 commit comments