Run playwright UI tests

This commit is contained in:
2026-03-06 14:40:43 -05:00
parent 610fce8db3
commit 8e62c66677
37 changed files with 4430 additions and 643 deletions

View File

@@ -86,7 +86,8 @@ function applySqlMigrations(client: { exec: (query: string) => void }) {
'0001_glossy_statement_snapshots.sql',
'0002_workflow_task_projection_metadata.sql',
'0003_task_stage_event_timeline.sql',
'0004_watchlist_company_taxonomy.sql'
'0004_watchlist_company_taxonomy.sql',
'0005_financial_taxonomy_v3.sql'
];
for (const file of migrationFiles) {