VTVladimir Ternovoyinqaboutique.hashnode.dev·3d ago · 6 min readWhy toast-only Playwright tests are not enoughAI-generated end-to-end tests often look useful at first glance. They click through a flow. They wait for something visible. They pass. But sometimes the entire assertion is basically this: await expe00
VTVladimir Ternovoyinqaboutique.hashnode.dev·4d ago · 4 min readI built a read-only GitHub Action to flag risky PRs before mergeMost CI checks answer questions like: Does the code compile? Do the tests pass? Does linting pass? Is formatting correct? Those checks are useful, but they often miss a different question: Did 00