pygodide¶
pygodide is a modern replacement for pygbag that leverages pyodide for running pygame in the web.
Install¶
Headless Smoke Tests¶
Use pygodide smoke to build an app and launch it in a headless browser:
No manifest file is required for normal app smoke tests.
Test Target Fixtures¶
Development fixtures live under test_targets/. Each target needs a
testing_manifest.yaml file with at least a manifest name. This file is only
for pygodide's own fixture suite:
Run every target with:
Use --build-only for manifest discovery and build validation without opening a
browser. Use --target NAME to run a single manifest name.