A guessing game built with React and bundled using Vite.
Try it now: https://ambrozy.github.io/iguessgame/
npm testBuild the Playwright image and execute the tests:
docker build -t iguessgame-playwright .
docker run --rm --ipc=host iguessgame-playwrightThis allows running the same container image locally and in CI.