#user-experience
Read more stories on Hashnode
Articles with this tag
Visual tests are a powerful tool, but they're hell to work with in CI/CD. They're slow, flaky, a pain to debug, and difficult to maintain. Getting...
Playwright's snapshot tests are incredibly powerful, but they can be very flaky without the right configuration. By the end of this article, you'll...
Playwright's snapshot assertions are an incredibly powerful tool for ensuring your app's UI remains consistent across code changes, browsers, and...
As your web app matures, it becomes challenging to ensure your GUI doesn't break with any given update. There are a lot of browsers and devices, and...