mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix: update workflowui/playwright path to frontends/workflowui/playwright
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -294,7 +294,7 @@ class PlaywrightTestInterpreter {
|
||||
|
||||
// Discover and register tests from workflowui/playwright directory
|
||||
function discoverAndRegisterWorkflowUITests(): void {
|
||||
const workflowuiDir = resolve(__dirname, '../workflowui/playwright')
|
||||
const workflowuiDir = resolve(__dirname, '../frontends/workflowui/playwright')
|
||||
|
||||
if (!existsSync(workflowuiDir)) {
|
||||
console.warn('workflowui/playwright directory not found')
|
||||
|
||||
@@ -4,7 +4,7 @@ import { join, resolve } from 'path';
|
||||
|
||||
/**
|
||||
* Playwright E2E configuration for workflowui
|
||||
* Tests are defined in JSON format in /workflowui/playwright/*.json
|
||||
* Tests are defined in JSON format in /frontends/workflowui/playwright/*.json
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: '../e2e',
|
||||
|
||||
Reference in New Issue
Block a user