mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Migrate workflow tests to Playwright (#17370)
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
import { defineConfig } from 'eslint/config';
|
||||
import { baseConfig } from '@n8n/eslint-config/base';
|
||||
import playwrightPlugin from 'eslint-plugin-playwright';
|
||||
|
||||
export default defineConfig(
|
||||
{
|
||||
ignores: ['**/playwright-report/**'],
|
||||
},
|
||||
baseConfig,
|
||||
export default [
|
||||
...baseConfig,
|
||||
playwrightPlugin.configs['flat/recommended'],
|
||||
{
|
||||
ignores: ['playwright-report/**/*'],
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'@typescript-eslint/no-unsafe-argument': 'off',
|
||||
'@typescript-eslint/no-unsafe-assignment': 'off',
|
||||
'@typescript-eslint/no-unsafe-call': 'off',
|
||||
@@ -33,4 +31,4 @@ export default defineConfig(
|
||||
],
|
||||
},
|
||||
},
|
||||
);
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user