Skip to content

Commit 1bb2460

Browse files
committed
feat: add test task to Taskfile.dev.yaml
1 parent 4bcc370 commit 1bb2460

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Taskfile.dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ tasks:
6868
- kind delete cluster --name nso-infra || true
6969
- rm -f {{.TMP_DIR}}/.kind-nso-infra-internal.yaml
7070
- echo "✨ Cleanup finished."
71+
72+
test:
73+
desc: "Run E2E tests using chainsaw on the local multi-cluster setup"
74+
cmds:
75+
- echo "🧪 Running E2E tests..."
76+
- make test-e2e

0 commit comments

Comments
 (0)