mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
test: Migrate 1-workflows to Playwright (#17360)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user