mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
8b73085e82
The exact rehearsal passed its test suites and image build but its browser could not enter the private bind mount. A host UID is remapped to an unrelated subordinate identity inside rootless Docker. Use the daemon owner's container identity for rootless Docker and the host UID/GID for rootful Docker. Execute the locked Playwright CLI directly and probe it during integration preparation, before expensive suites, so missing dependencies or inaccessible mounts fail early without fetching an unqualified CLI version.