Files
metabuilder/frontends/workflowui/test-server
2026-03-09 22:30:41 +00:00
..
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00

WorkflowUI Test Infrastructure

Code = Doc: All documentation is in test-runner.py


Quick Start

# See all commands
./test-runner.py --help

# Start servers + run tests
./test-runner.py run --start-servers

# Run comprehensive tests
./test-runner.py run comprehensive

# Run with UI (interactive)
./test-runner.py run --ui

# View report
./test-runner.py report

Features

  • Mock DBAL server (port 8080)
  • WorkflowUI dev server (port 3000)
  • Playwright E2E tests (27 tests)
  • Salesforce-style login
  • 92.6% pass rate (25/27)

Documentation: Run ./test-runner.py --help