Documentation
¶
Overview ¶
Phase 3 test infrastructure: a TUI-less web server entry point so that Playwright tests can run inside an agent-deck nested tmux session where the main `agent-deck web` subcommand refuses to launch (because it falls through to the TUI launch path which trips the nested-session guard and fails to allocate a TTY under `go run`).
This binary only starts the web server — no TUI, no SQLite mutations beyond what the web handlers themselves perform, no tmux interaction. It uses the same internal/web.NewServer constructor that the production `agent-deck web` subcommand uses.
Usage:
agent-deck-test-server -listen 127.0.0.1:18420 -profile _test
Profile defaults to AGENTDECK_PROFILE env var if set, else "_test".
Click to show internal directories.
Click to hide internal directories.