Description
We need to expand browser automation test coverage for our interactive web projects to prevent visual and gameplay breakages.
Proposed Tasks
- Create a Playwright test file (e.g.,
tic-tac-toe.spec.js or rock-paper-scissors.spec.js) inside web-app/tests-e2e/.
- Write automated tests that cover:
- Launching the project modal successfully.
- Clicking game buttons (e.g. playing moves, rolling dice).
- Verifying that game states update correctly (e.g. score changes, win conditions).
- Verifying the reset board/game state button works.
Description
We need to expand browser automation test coverage for our interactive web projects to prevent visual and gameplay breakages.
Proposed Tasks
tic-tac-toe.spec.jsorrock-paper-scissors.spec.js) insideweb-app/tests-e2e/.