·playwright-blazor-testing
</>

playwright-blazor-testing

aaronontheweb/dotnet-skills

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.

31Installs·0Trend·@aaronontheweb

Installation

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill playwright-blazor-testing

SKILL.md

Blazor uses client-side routing, so subsequent navigations don't trigger page reloads:

Blazor shows an error overlay when unhandled exceptions occur. Always check for this:

Blazor Server uses SignalR websockets. Multiple Playwright tests can saturate connections:

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns. Source: aaronontheweb/dotnet-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill playwright-blazor-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is playwright-blazor-testing?

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns. Source: aaronontheweb/dotnet-skills.

How do I install playwright-blazor-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill playwright-blazor-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aaronontheweb/dotnet-skills