mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Enable Playwright tests in PRs (#17238)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
/* eslint-disable import-x/no-default-export */
|
||||
import { currentsReporter } from '@currents/playwright';
|
||||
import type { Project } from '@playwright/test';
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
import currentsConfig from './currents.config';
|
||||
|
||||
/*
|
||||
* Mode-based Test Configuration
|
||||
*
|
||||
@@ -105,6 +108,7 @@ export default defineConfig({
|
||||
['html', { open: 'never' }],
|
||||
['json', { outputFile: 'test-results.json' }],
|
||||
['blob'],
|
||||
currentsReporter(currentsConfig),
|
||||
]
|
||||
: [['html']],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user