Skip to content

Commit 97ead62

Browse files
NathanFlurryclaude
andcommitted
feat: US-002 - Create e2e-docker test runner with container lifecycle
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b4ad151 commit 97ead62

2 files changed

Lines changed: 728 additions & 0 deletions

File tree

packages/secure-exec/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"test:integration:node": "pnpm run test:test-suite && pnpm run test:runtime-driver",
3838
"test:integration:browser": "vitest run --config vitest.browser.config.ts tests/test-suite/node.test.ts tests/runtime-driver/browser/runtime.test.ts",
3939
"test:project-matrix": "vitest run tests/project-matrix.test.ts",
40+
"test:e2e-docker": "vitest run tests/e2e-docker.test.ts",
4041
"test": "vitest run",
4142
"test:watch": "vitest"
4243
},

0 commit comments

Comments
 (0)