Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Dev workspace

Development container with the repository mounted for live edits.

Run interactive shell

cd examples/dev-workspace
docker compose run --rm dev

Inside the container:

pytest tests/ -v
vdisplay all
vdisplay monitors
python -c "from vdisplay import VirtualDisplaySession; ..."

Run a quick screenshot test

docker compose run --rm dev python examples/headless-virtual/run_virtual.py

The repo is mounted at /app, so code changes on the host are visible immediately.