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
commit 036e2b52db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",