DEV Community

dilsemonk
dilsemonk

Posted on

Attempt #11 - Adding a Sanity Test with Playwright to Tic-Tac-Toe

In my Tic-Tac-Toe project, I’ve integrated a basic sanity test using Playwright. This test automates a simple scenario where the first few moves of the game are played out, and the result is checked to ensure the game logic is functioning correctly.

You can view the exact changes in this commit.

Top comments (0)