mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
test: harden onboarding route coverage
This commit is contained in:
parent
cc1620e4fe
commit
2c05c2c0ac
6 changed files with 203 additions and 85 deletions
|
|
@ -23,7 +23,7 @@ export default defineConfig({
|
|||
// The webServer directive starts `paperclipai run` before tests.
|
||||
// Expects `pnpm paperclipai` to be runnable from repo root.
|
||||
webServer: {
|
||||
command: `pnpm paperclipai run --yes`,
|
||||
command: `pnpm paperclipai run`,
|
||||
url: `${BASE_URL}/api/health`,
|
||||
reuseExistingServer: !!process.env.CI,
|
||||
timeout: 120_000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue