KAKeith Artersinqaguardian.hashnode.dev·16h ago · 7 min readWe Scored 17 Real Playwright Test Suites: The State of Playwright Quality in 2026Every managed QA vendor, including us, claims to write "good" Playwright tests. Almost none of that claim is measurable. So we built a scorer that doesn't take anyone's word for it — an open-source, d10
SSSaksham Sahaniinmytsjourney.hashnode.dev·1d ago · 3 min readMastering TypeScript OOP: An Architect's Log The Shift to Structural Thinking For a long time, my approach to coding was procedural. I wrote functions, I looped through arrays, and if the output was correct, I was happy. But as my projects grew,00
DFDwayne from Samelogicinsamelogic.hashnode.dev·21h ago · 13 min readPlaywright Best Practices for Tests You Can TrustPlaywright best practices are not a collection of clever APIs. They are the habits that keep a test focused on user-visible behavior, synchronized with the application, isolated from other tests, and 00
DFDwayne from Samelogicinsamelogic.hashnode.dev·1d ago · 12 min readWhat Are Test Artifacts in Software TestingTest artifacts are the work products created or used to plan, execute, understand, and verify testing. They include obvious items such as a test plan, test cases, and a defect report. They also includ00
RPRizki Pratamaintamastro.hashnode.dev·3d ago · 8 min readTesting OTP, KYC, and Partner Sandbox Flows with PlaywrightAutomating a finance app involves more than filling forms and checking buttons. Onboarding can depend on OTP delivery, identity verification, customer consent, asynchronous decisions, and third-party 00
IDIvan Davidovinidavidov.eu·5d ago · 7 min readAgentic Playwright Is Now Open SourceYou ask your AI assistant to write a Playwright test. It delivers instantly. The code looks clean, the review passes, you merge it. Two days later it fails in CI. You open the file and there it is: an00
DFDwayne from Samelogicinsamelogic.hashnode.dev·4d ago · 11 min readHow to Debug Playwright Tests Locally and in CIA failed Playwright test does not always need more logging. It needs the debugging surface that matches the failure. If the assertion already shows the wrong text, start there. If a click targets the 00
DFDwayne from Samelogicinsamelogic.hashnode.dev·5d ago · 13 min readPlaywright vs Selenium and How to Choose for Your Test SuitePlaywright and Selenium can both automate serious browser testing. The useful choice is not “which tool is newer?” It is which operating model fits your browsers, languages, infrastructure, team, and 00
KAKeith Artersinqaguardian.hashnode.dev·5d ago · 7 min readWhy Your App Breaks When 100% of Your Tests PassYour CI run is green. All 340 tests passed. Your team ships the release. Twenty minutes later, a customer emails to say they can't check out. You look at the test suite. The cart tests passed. The pay00
KAKeith Artersinqaguardian.hashnode.dev·5d ago · 4 min readWhat You Actually Own in Modern QA: Avoiding Vendor Lock-InMost SaaS QA tools have a clause buried somewhere in their value proposition: your tests only run here. Whether it's a proprietary scripting language, a closed-source selector engine, or a platform-on00