M39: harden application and acceptance gates
This commit is contained in:
@@ -11,6 +11,9 @@ export default defineConfig({
|
||||
reporter: [["list"], ["html", { open: "never", outputFolder: "playwright-report" }]],
|
||||
use: {
|
||||
baseURL: process.env.MOBILITYOPS_PUBLIC_URL ?? "http://localhost:1228",
|
||||
// Optional: point at a pre-installed Chromium (CI images, sandboxes) instead of the
|
||||
// Playwright-managed download.
|
||||
...(process.env.PW_CHROMIUM_PATH ? { launchOptions: { executablePath: process.env.PW_CHROMIUM_PATH } } : {}),
|
||||
trace: "retain-on-failure",
|
||||
screenshot: "only-on-failure",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user