Merge pull request #1326 from paperclipai/ci/pr-e2e-tests

ci: run e2e tests on PRs
This commit is contained in:
Devin Foley
2026-03-20 15:47:21 -07:00
committed by GitHub
2 changed files with 70 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig({
webServer: {
command: `pnpm paperclipai run`,
url: `${BASE_URL}/api/health`,
reuseExistingServer: !!process.env.CI,
reuseExistingServer: !process.env.CI,
timeout: 120_000,
stdout: "pipe",
stderr: "pipe",