feat: add cloudflare workers deployment
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineConfig, devices } from "@playwright/test";
|
||||
export default defineConfig({
|
||||
testDir: "./tests/e2e",
|
||||
webServer: {
|
||||
command: "npm run dev",
|
||||
command: "API_ACCESS_KEY=local-dev-key API_AUTH_DISABLED=false npm run dev",
|
||||
url: "http://localhost:3000",
|
||||
reuseExistingServer: true,
|
||||
timeout: 120_000,
|
||||
|
||||
Reference in New Issue
Block a user