fix: playwright August Text
This commit is contained in:
@@ -20,13 +20,13 @@ export default defineConfig({
|
||||
outputDir: "playwright/test-results",
|
||||
|
||||
use: {
|
||||
baseURL: process.env.E2E_BASE_URL || "http://localhost:3000",
|
||||
headless: true,
|
||||
baseURL: "http://localhost:3000",
|
||||
headless: false,
|
||||
launchOptions: { args: ["--no-sandbox", "--disable-dev-shm-usage"] },
|
||||
viewport: { width: 1920, height: 1080 },
|
||||
video: CI ? "retain-on-failure" : "on-first-retry",
|
||||
screenshot: "only-on-failure",
|
||||
trace: "retain-on-failure",
|
||||
video: "on",
|
||||
screenshot: "on",
|
||||
trace: "on",
|
||||
testIdAttribute: "data-testid",
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user