Test in Docker#
See Docker Test Harness.
Smoke test workflow#
Run smoke tests first when you want reproducible pass/fail output.
./docker/run-workflow.sh --workflow smoke-test arch,standard
./docker/run-workflow.sh --workflow smoke-test ubuntu,standard
./docker/run-workflow.sh --workflow smoke-test ubuntu,minimal
./docker/run-workflow.sh --workflow smoke-test arch,standard ubuntu,standard ubuntu,minimal
Smoke workflow notes:
The
installstage runs+Lazy! restorewithNVIM_TREESITTER_SYNC_INSTALL=1.The
launchstage reopens Neovim and triggersCmdlineEnterto catch delayed startup errors.Smoke mode can run multiple
os,profiletargets in one command.
Interactive workflow#
Use interactive mode when you need to inspect colors, clipboard behavior, or plugin UI manually.
./docker/run-workflow.sh arch,standard
./docker/run-workflow.sh ubuntu,standard
./docker/run-workflow.sh ubuntu,minimal
make docker-shell-arch
make docker-shell-ubuntu
make docker-shell-ubuntu-minimal
Inside the container shell, run nvim.
Operational notes#
Interactive mode accepts exactly one
os,profiletarget per run.Shell services reuse the current worktree through
NVIM_APPNAME, sonvimreads the same files you are editing.Host
TERMandCOLORTERMpass through for interactive shells.When launched from tmux, the harness mounts the live tmux socket and uses a tmux-backed clipboard bridge.
Outside tmux, the shell harness keeps
NVIM_CLIPBOARD=osc52.