n8n/packages/testing/playwright/fixtures/eval-base.ts
Declan Carroll 8026438d97
test(core): Add Playwright LangSmith eval scaffolding (no-changelog) (#30589)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 13:13:10 +00:00

11 lines
287 B
TypeScript

import { test as base } from './base';
import {
langsmithFixtures,
type LangSmithFixtures,
type LangSmithWorkerFixtures,
} from './langsmith';
export const test = base.extend<LangSmithFixtures, LangSmithWorkerFixtures>(langsmithFixtures);
export { expect } from '@playwright/test';