mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
DBAL End-to-End Tests
This directory contains Playwright smoke tests for the standalone DBAL landing page and its status endpoint.
Running the suite
cd frontends/dbal
npm install
npx playwright install chromium
npm run test:e2e
Use npm run test:e2e:headed to see the browser or npm run test:e2e:ui to launch the Playwright Inspector.
Configuration
playwright.config.tstargetshttp://127.0.0.1:3001and starts the DBAL dev server at that port.tsconfig.playwright.jsonkeeps the test build focused on thee2edirectory.- The tests exercise the
ServerStatusPanelUI and the/api/statusroute that backs it.