How the new UI mode improves the Playwright experience
Explores the new UI mode in Playwright v1.32, a visual test runner that improves debugging and the overall testing workflow.
Tim Deschryver is a software developer and cloud architect specializing in Azure, DevOps, and web application security.
210 articles from this blog
Explores the new UI mode in Playwright v1.32, a visual test runner that improves debugging and the overall testing workflow.
A guide on refactoring .NET HTTP clients to use Typed HTTP Clients, covering pitfalls of HttpClient and best practices for consuming REST APIs.
How to resolve circular dependency errors in Angular Standalone Components using the forwardRef function.
How to use Hangfire's DisableConcurrentExecution attribute to prevent a recurring .NET background job from running if the previous instance is still active.
A guide on securing Angular SPAs by shifting authentication to a Duende BFF backend, moving away from the Implicit flow to the more secure PKCE flow.
Explains Playwright's built-in test retries, auto-waiting locators, and explicit Retry API for custom conditions in test automation.
A guide to implementing a Backend for Frontend (BFF) architecture with .NET, Duende, and Auth0 to enhance SPA security by moving token handling server-side.
A tutorial on how to attach files like downloads and screenshots to Playwright test reports using the testInfo.attach method.
Entity Framework Core 8 introduces raw SQL queries that can return unmapped types, a highly anticipated feature for .NET developers.
Learn how to use Playwright's grep functionality and tags to organize and selectively run subsets of your test suite for efficiency.
A guide to using Playwright's new authentication API for testing with multiple user roles, featuring configuration updates and code examples.
Explains how Angular standalone components and the Angular Testing Library simplify and improve component testing by reducing setup complexity.
A guide to automatically assign team reviewers to Azure DevOps pull requests using a PowerShell script and the Azure DevOps API within a pipeline.
A guide on using Zod to simplify and type-safe the parsing of route and query parameters in Angular applications.
A developer shares their experience and results from using the new Angular schematic to migrate an application from NgModules to the standalone API.
Explains how to use Playwright's soft assertions to improve test reports by capturing all failures in a single test run.
A guide to implementing OpenTelemetry for monitoring and observability in an Angular application using the browser SDK.
How to register and use built-in SQL functions like SOUNDEX in Entity Framework Core queries for database-agnostic operations.
Explains how to combine Angular Testing Library and Test Harnesses to write more robust and maintainable tests for components, especially third-party ones.
A technical guide on using Playwright to intercept and mock HTTP requests for testing Angular components and edge cases.