Testing localStorage & Persistent UI State with Playwright
Learn how to test localStorage, persistent UI state, and hidden DOM elements using Playwright and TypeScript. Ensure your web app remembers exactly what users expect.
Software QA Engineer | Automation & AI-Driven Testing Specialist
Practical tutorials, testing strategies, and automation insights for modern QA engineers
Learn how to test localStorage, persistent UI state, and hidden DOM elements using Playwright and TypeScript. Ensure your web app remembers exactly what users expect.
Use Playwright fixtures to simplify test setup, remove boilerplate, and make your test suite easier to extend. Includes custom fixture patterns and TypeScript examples.
Enhance your Playwright test reports with Monocart, a visual reporting layer that makes failures easier to diagnose and share with your team.
Learn how to integrate Playwright tests into your GitHub Actions workflow for automated testing on every push and pull request.
Set up automated deployment for your static website using GitHub Pages and GitHub Actions for seamless continuous integration and delivery.
Learn how a Naive Bayes model predicts intent from user input using Bag of Words and Laplace smoothing. Perfect for students learning AI fundamentals.
Master Python decorators with simple, practical examples. Learn how to wrap functions and add functionality without changing the original code.