LibreChat/e2e/playwright.config.bombadil.ts
Ravi Kumar L 7cf4c3f73f
🧪 test(e2e): add Bombadil property exploration (#14462)
* test(e2e): add Bombadil property exploration

* fix(e2e): address Bombadil review feedback
2026-08-10 02:11:06 +02:00

9 lines
240 B
TypeScript

import { defineConfig } from '@playwright/test';
import mockConfig from './playwright.config.mock';
export default defineConfig(mockConfig, {
testDir: 'bombadil',
testMatch: 'harness.spec.ts',
retries: 0,
reporter: [['list']],
});