mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: update E2E testing configuration to use ssl
This commit is contained in:
@@ -33,6 +33,10 @@ export default defineConfig({
|
||||
trace: "on-first-retry",
|
||||
/* Capture screenshot on failure */
|
||||
screenshot: "only-on-failure",
|
||||
/* Capture video on failure */
|
||||
video: "retain-on-failure",
|
||||
/* Ignore HTTPS errors */
|
||||
ignoreHTTPSErrors: true,
|
||||
},
|
||||
|
||||
/* Configure projects for major browsers */
|
||||
@@ -52,5 +56,6 @@ export default defineConfig({
|
||||
command: "bun run dev",
|
||||
url: process.env.FRONTEND_URL,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
ignoreHTTPSErrors: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user