test: Migrate 1-workflows to Playwright (#17360)

This commit is contained in:
shortstacked
2025-08-01 10:27:48 +01:00
committed by GitHub
parent 38cef9d133
commit b99b93a637
19 changed files with 1248 additions and 68 deletions

View File

@@ -144,7 +144,7 @@ export default defineConfig({
video: 'on',
screenshot: 'on',
testIdAttribute: 'data-test-id',
headless: true,
headless: process.env.SHOW_BROWSER !== 'true',
viewport: { width: 1536, height: 960 },
actionTimeout: 30000,
navigationTimeout: 10000,