test: kill app with sigkill
This commit is contained in:
@@ -6,4 +6,4 @@ await execa("pnpm", ["build"], { stdio: "inherit" })
|
||||
const app = execa("pnpm", ["start"], { stdio: "inherit" })
|
||||
await waitOn({ resources: ["http-get://localhost:3000"] })
|
||||
await cypress.run()
|
||||
app.kill()
|
||||
app.kill("SIGKILL")
|
||||
|
||||
Reference in New Issue
Block a user