Hi, I'm Yevhen
RSS FeedWriting about code, quality, AI and open source.
Featured
-
17 Playwright Testing Mistakes You Should Avoid
A practical guide to 17 Playwright mistakes that cause flaky, slow, and hard-to-maintain tests.
Recent Posts
-
TIL: Playwright step decorator for better test reporting
A TypeScript decorator that wraps page object methods with Playwright test steps — giving you clear, readable trace reports with parameter interpolation.
-
TIL: git worktree lets you work on multiple branches at once
You can use git worktree to check out multiple branches simultaneously in separate directories — no more stashing or committing WIP.